diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-06-19 11:06:36 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-06-19 11:06:36 +0300 |
commit | c9c6682299ce342f942ffe33d7bba2e4a640c1c4 (patch) | |
tree | da20dcf223bcb97398a182705d247f827ed43efe /client | |
parent | b61034048f6676e1daed63de45c06989358f39a5 (diff) | |
download | wekan-c9c6682299ce342f942ffe33d7bba2e4a640c1c4.tar.gz wekan-c9c6682299ce342f942ffe33d7bba2e4a640c1c4.tar.bz2 wekan-c9c6682299ce342f942ffe33d7bba2e4a640c1c4.zip |
Archived boards to be translatable.
Diffstat (limited to 'client')
-rw-r--r-- | client/components/boards/boardArchive.jade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/components/boards/boardArchive.jade b/client/components/boards/boardArchive.jade index b4b41d0f..724e6569 100644 --- a/client/components/boards/boardArchive.jade +++ b/client/components/boards/boardArchive.jade @@ -1,14 +1,14 @@ template(name="archivedBoards") h2 i.fa.fa-archive - | Archived boards + | {{_ 'archived-boards'}} ul.archived-lists each archivedBoards li.archived-lists-item button.js-restore-board i.fa.fa-undo - | Restore board + | {{_ 'restore-board'}} = title else - li.no-items-message No archived board. + li.no-items-message {{_ 'no-archived-board'}} |