chore: i18n pass

This commit is contained in:
izzy
2025-12-18 16:27:26 +00:00
parent 748ba6780d
commit 8b1e29998e
5 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ export const getQueueName = derived(t, ($t) => {
[QueueName.BackupDatabase]: $t('admin.backup_database'),
[QueueName.Ocr]: $t('admin.machine_learning_ocr'),
[QueueName.Workflow]: $t('workflow'),
[QueueName.IntegrityCheck]: 'TODO',
[QueueName.IntegrityCheck]: $t('integrity_checks'),
};
return names[name];