mirror of
https://github.com/wekan/wekan.git
synced 2026-02-05 16:11:47 +01:00
Fix and update translations. Thanks to xet7 ! Closes #1286
This commit is contained in:
parent
4eccfb6c25
commit
8f1f7a1d56
6 changed files with 73 additions and 73 deletions
|
|
@ -11,4 +11,4 @@ template(name="archivedBoards")
|
|||
| {{_ 'restore-board'}}
|
||||
= title
|
||||
else
|
||||
li.no-items-message {{_ 'no-archived-board'}}
|
||||
li.no-items-message {{_ 'no-archived-boards'}}
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ template(name="multiselectionSidebar")
|
|||
if name
|
||||
= name
|
||||
else
|
||||
span.quiet {{_ "label-default" color}}
|
||||
span.quiet {{_ "label-default" (_ (concat "color-" color))}}
|
||||
if allSelectedElementHave 'label' _id
|
||||
i.fa.fa-check
|
||||
else if someSelectedElementHave 'label' _id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue