fix(web): missing translations (#10504)

This commit is contained in:
Michel Heusschen
2024-06-21 22:09:10 +02:00
committed by GitHub
parent b3252ffdac
commit aaf7c0b6db
3 changed files with 7 additions and 4 deletions

View File

@@ -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>