mirror of
https://github.com/immich-app/immich.git
synced 2025-11-24 05:10:44 +09:00
fix(web): missing translations (#10504)
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
<div class="mt-8 flex w-full gap-4">
|
||||
{#if isDuplicate}
|
||||
<p class="text-red-500 text-sm">{$t('admin.import_path_already_exists')}</p>
|
||||
<p class="text-red-500 text-sm">{$t('errors.import_path_already_exists')}</p>
|
||||
{/if}
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user