When list has just one card, to show 'card' instead of 'cards'

reviewable/pr3999/r1
helioguardabaxo 4 years ago
parent cde74a9c0b
commit b56ea161cd
  1. 2
      client/components/lists/listHeader.jade

@ -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…
Cancel
Save