This commit is contained in:
Pieter Vander Vennet 2024-01-15 01:46:22 +01:00
parent e66a91abbd
commit 8853bba4f7
2 changed files with 21 additions and 2 deletions

View file

@ -65,7 +65,7 @@
{/if}
{#if $failed > 0}
<div class="alert flex flex-col">
{#if failed === 1}
{#if $failed === 1}
<Tr cls="self-center" t={t.upload.one.failed} />
{:else}
<Tr cls="self-center" t={t.upload.multiple.someFailed.Subs({ count: $failed })} />