mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01: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
|
p
|
||||||
.soft-wip-limit
|
.soft-wip-limit
|
||||||
.materialCheckBox(class="{{#if isWipLimitSoft}}is-checked{{/if}}")
|
.materialCheckBox(class="{{#if isWipLimitSoft}}is-checked{{/if}}")
|
||||||
label Soft Limit
|
label {{_ 'soft-wip-limit'}}
|
||||||
|
|
||||||
template(name="wipLimitErrorPopup")
|
template(name="wipLimitErrorPopup")
|
||||||
.wip-limit-invalid
|
.wip-limit-invalid
|
||||||
|
|
|
||||||
|
|
@ -172,6 +172,7 @@
|
||||||
"edit-avatar": "Change Avatar",
|
"edit-avatar": "Change Avatar",
|
||||||
"edit-profile": "Edit Profile",
|
"edit-profile": "Edit Profile",
|
||||||
"edit-wip-limit": "Edit WIP Limit",
|
"edit-wip-limit": "Edit WIP Limit",
|
||||||
|
"soft-wip-limit": "Soft WIP Limit",
|
||||||
"editCardStartDatePopup-title": "Change start date",
|
"editCardStartDatePopup-title": "Change start date",
|
||||||
"editCardDueDatePopup-title": "Change due date",
|
"editCardDueDatePopup-title": "Change due date",
|
||||||
"editLabelPopup-title": "Change Label",
|
"editLabelPopup-title": "Change Label",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue