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