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

@@ -117,7 +117,7 @@
<label class="flex items-center gap-2 immich-form-label" for="quotaSize">
{$t('admin.quota_size_gib')}
{#if quotaSizeWarning}
<p class="text-red-400 text-sm">{$t('admin.quota_higher_than_disk_size')}</p>
<p class="text-red-400 text-sm">{$t('errors.quota_higher_than_disk_size')}</p>
{/if}
</label>
<input class="immich-form-input" id="quotaSize" type="number" min="0" bind:value={quotaSize} />