mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
added i18n translation, minor fix
This commit is contained in:
parent
214fe6a61f
commit
f77da76c68
6 changed files with 16 additions and 7 deletions
|
|
@ -76,7 +76,7 @@ template(name="setWipLimitPopup")
|
|||
#js-wip-limit-edit
|
||||
lable {{_ 'set-wip-limit-value'}}
|
||||
ul.pop-over-list
|
||||
li: a.js-enable-wip-limit Enable WIP Limit
|
||||
li: a.js-enable-wip-limit {{_ 'enable-wip-limit'}}
|
||||
if isWipLimitEnabled
|
||||
i.fa.fa-check
|
||||
if isWipLimitEnabled
|
||||
|
|
@ -87,6 +87,6 @@ template(name="setWipLimitPopup")
|
|||
|
||||
template(name="wipLimitErrorPopup")
|
||||
.wip-limit-invalid
|
||||
p The number of tasks in this list is higher than the WIP limit you've defined.
|
||||
p Please move some tasks out of this list, or set a higher WIP limit.
|
||||
p {{_ 'wipLimitErrorPopup-dialog-pt1'}}
|
||||
p {{_ 'wipLimitErrorPopup-dialog-pt2'}}
|
||||
button.full.js-back-view(type="submit") {{_ 'cancel'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue