mirror of
https://github.com/wekan/wekan.git
synced 2026-02-05 16:11:47 +01:00
Fix strings to be translate
This commit is contained in:
parent
5f2820d7e0
commit
ab077e7eb9
2 changed files with 4 additions and 2 deletions
|
|
@ -146,13 +146,13 @@ template(name="boardInfoOnMyBoardsPopup")
|
|||
.materialCheckBox(class="{{#if allowsCardCounterList}}is-checked{{/if}}")
|
||||
span
|
||||
i.fa.fa-sign-out
|
||||
| {{_ 'Show card counter per list'}}
|
||||
| {{_ 'show-card-counter-per-list'}}
|
||||
div.check-div
|
||||
a.flex.js-field-has-boardmemberlist(class="{{#if allowsBoardMember}}is-checked{{/if}}")
|
||||
.materialCheckBox(class="{{#if allowsBoardMember}}is-checked{{/if}}")
|
||||
span
|
||||
i.fa.fa-hourglass-start
|
||||
| {{_ 'Show Board member avatars'}}
|
||||
| {{_ 'show-board_members-avatar'}}
|
||||
|
||||
template(name="boardCardSettingsPopup")
|
||||
form.board-card-settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue