Browse Source

Separate translations for cards in Recycle Bin and cards count.

Lauri Ojansivu 7 years ago
parent
commit
49c7a6c223
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/lists/listHeader.jade

+ 1 - 1
client/components/lists/listHeader.jade

@@ -17,7 +17,7 @@ template(name="listHeader")
         if showCardsCountForList cards.count
         if showCardsCountForList cards.count
           = cards.count
           = cards.count
           span
           span
-            |  {{_ 'cards'}}
+            |  {{_ 'cards-count'}}
       if isMiniScreen
       if isMiniScreen
         if currentList
         if currentList
           if isWatching
           if isWatching