fix(frontend): comprehensive i18n cleanup and Select component hardening
This commit is contained in:
@@ -381,7 +381,7 @@
|
||||
]"
|
||||
></span>
|
||||
<span class="text-sm text-gray-700 dark:text-gray-300">
|
||||
{{ value === 'active' ? t('common.active') : t('admin.users.disabled') }}
|
||||
{{ t('admin.accounts.status.' + (value === 'disabled' ? 'inactive' : value)) }}
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user