Explorar el Código

Separate translations for cards in Recycle Bin and cards count.

Lauri Ojansivu hace 7 años
padre
commit
49c7a6c223
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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