mirror of
https://github.com/wekan/wekan.git
synced 2026-02-22 07:54:06 +01:00
Disable Organisation name i18n
This commit is contained in:
parent
a4732bacce
commit
2b579372c3
3 changed files with 4 additions and 4 deletions
|
|
@ -494,7 +494,7 @@ template(name="addBoardOrgPopup")
|
|||
select.js-boardOrgs#jsBoardOrgs
|
||||
option(value="-1") {{_ 'organizations'}} :
|
||||
each value in orgsDatas
|
||||
option(value="{{value._id}}") {{_ value.orgDisplayName}}
|
||||
option(value="{{value._id}}") {{value.orgDisplayName}}
|
||||
|
||||
template(name="removeBoardOrgPopup")
|
||||
form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue