diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-04-05 16:19:22 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-04-05 16:19:22 +0300 |
commit | 49c7a6c223061b9c1769143fea32fecc7d0f3c3e (patch) | |
tree | 6924ac527265c29989089ec8b4a7b07ccd676761 /client/components | |
parent | 5a6be37d52ec387564fb259429236517ea12b6f4 (diff) | |
download | wekan-49c7a6c223061b9c1769143fea32fecc7d0f3c3e.tar.gz wekan-49c7a6c223061b9c1769143fea32fecc7d0f3c3e.tar.bz2 wekan-49c7a6c223061b9c1769143fea32fecc7d0f3c3e.zip |
Separate translations for cards in Recycle Bin and cards count.
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/lists/listHeader.jade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/lists/listHeader.jade b/client/components/lists/listHeader.jade index a2f39e7f..61771449 100644 --- a/client/components/lists/listHeader.jade +++ b/client/components/lists/listHeader.jade @@ -17,7 +17,7 @@ template(name="listHeader") if showCardsCountForList cards.count = cards.count span - | {{_ 'cards'}} + | {{_ 'cards-count'}} if isMiniScreen if currentList if isWatching |