Make it possible to translate text Soft WIP Limit.

This commit is contained in:
Lauri Ojansivu 2017-11-02 01:03:51 +02:00
parent c17f26f6ba
commit e015e4245e
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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",