mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Don't translate width and height minimum value.
Thanks to xet7 !
This commit is contained in:
parent
76b9ce4fe3
commit
7baf7d2256
3 changed files with 4 additions and 4 deletions
|
@ -171,7 +171,7 @@ template(name="setListWidthPopup")
|
|||
|
||||
template(name="listWidthErrorPopup")
|
||||
.list-width-invalid
|
||||
p {{_ 'list-width-error-message'}}
|
||||
p {{_ 'list-width-error-message'}} '>=100'
|
||||
button.full.js-back-view(type="submit") {{_ 'cancel'}}
|
||||
|
||||
template(name="setListColorPopup")
|
||||
|
|
|
@ -95,7 +95,7 @@ template(name="setSwimlaneHeightPopup")
|
|||
|
||||
template(name="swimlaneHeightErrorPopup")
|
||||
.swimlane-height-invalid
|
||||
p {{_ 'swimlane-height-error-message'}}
|
||||
p {{_ 'swimlane-height-error-message'}} '>=100'
|
||||
button.full.js-back-view(type="submit") {{_ 'cancel'}}
|
||||
|
||||
template(name="swimlaneDeletePopup")
|
||||
|
|
|
@ -88,11 +88,11 @@
|
|||
"setListWidthPopup-title": "Set List Width",
|
||||
"set-list-width": "Set List Width",
|
||||
"set-list-width-value": "List Width (pixels)",
|
||||
"list-width-error-message": "List width must be a positive integer >=100. TODO(mark-i-m): hard-coded constants",
|
||||
"list-width-error-message": "List width must be a positive integer",
|
||||
"setSwimlaneHeightPopup-title": "Set Swimlane Height",
|
||||
"set-swimlane-height": "Set Swimlane Height",
|
||||
"set-swimlane-height-value": "Swimlane Height (pixels)",
|
||||
"swimlane-height-error-message": "Swimlane height must be a positive integer >=100. TODO(mark-i-m): hard-coded constants",
|
||||
"swimlane-height-error-message": "Swimlane height must be a positive integer",
|
||||
"add-swimlane": "Add Swimlane",
|
||||
"add-subtask": "Add Subtask",
|
||||
"add-checklist": "Add Checklist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue