mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
Make it possible to translate text Soft WIP Limit.
This commit is contained in:
parent
c17f26f6ba
commit
e015e4245e
2 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,7 @@ template(name="setWipLimitPopup")
|
|||
p
|
||||
.soft-wip-limit
|
||||
.materialCheckBox(class="{{#if isWipLimitSoft}}is-checked{{/if}}")
|
||||
label Soft Limit
|
||||
label {{_ 'soft-wip-limit'}}
|
||||
|
||||
template(name="wipLimitErrorPopup")
|
||||
.wip-limit-invalid
|
||||
|
|
|
@ -172,6 +172,7 @@
|
|||
"edit-avatar": "Change Avatar",
|
||||
"edit-profile": "Edit Profile",
|
||||
"edit-wip-limit": "Edit WIP Limit",
|
||||
"soft-wip-limit": "Soft WIP Limit",
|
||||
"editCardStartDatePopup-title": "Change start date",
|
||||
"editCardDueDatePopup-title": "Change due date",
|
||||
"editLabelPopup-title": "Change Label",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue