UI: properly translate label

This commit is contained in:
Pieter Vander Vennet 2024-10-13 12:33:08 +02:00
parent c95999b50b
commit a6b2c65b2a
2 changed files with 885 additions and 884 deletions

File diff suppressed because it is too large Load diff

View file

@ -102,7 +102,7 @@
<Tr t={t.addPicture} /> <Tr t={t.addPicture} />
{#if noBlur} {#if noBlur}
<span class="subtle text-sm"> <span class="subtle text-sm">
Faces will not be blurred <Tr t={t.upload.noBlur}/>
</span> </span>
{/if} {/if}
</div> </div>