Change table truncation text to be agnostic of plural case
This commit is contained in:
parent
3c7aa63f51
commit
4b4288d982
|
@ -14,7 +14,7 @@
|
|||
{/if}
|
||||
{/each}
|
||||
{#if leftover}
|
||||
<div>+{leftover} others</div>
|
||||
<div>+{leftover} more</div>
|
||||
{/if}
|
||||
|
||||
<style>
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
{/if}
|
||||
{/each}
|
||||
{#if leftover}
|
||||
<div>+{leftover} others</div>
|
||||
<div>+{leftover} more</div>
|
||||
{/if}
|
||||
|
|
Loading…
Reference in New Issue