forked from MapComplete/MapComplete
Fix #1752
This commit is contained in:
parent
e66a91abbd
commit
8853bba4f7
2 changed files with 21 additions and 2 deletions
|
@ -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 })} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue