mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 08:38:49 +01: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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue