mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: i18n pass
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user