mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
When list has just one card, to show 'card' instead of 'cards'
This commit is contained in:
parent
cde74a9c0b
commit
b56ea161cd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ template(name="listHeader")
|
|||
|
||||
if showCardsCountForList cards.count
|
||||
|
|
||||
span(class="cardCount") {{cardsCount}} {{_ 'cards-count'}}
|
||||
span(class="cardCount") {{cardsCount}} {{cardsCountForListIsOne cards.count}}
|
||||
if isMiniScreen
|
||||
if currentList
|
||||
if isWatching
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue