mirror of
https://github.com/wekan/wekan.git
synced 2026-02-28 19:00:17 +01:00
Disable Organisation name i18n
This commit is contained in:
parent
a4732bacce
commit
2b579372c3
3 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ template(name="boardList")
|
|||
select.js-AllBoardOrgs#jsAllBoardOrgs("multiple")
|
||||
option(value="-1") {{_ 'organizations'}} :
|
||||
each orgsDatas
|
||||
option(value="{{orgId}}") {{_ orgDisplayName}}
|
||||
option(value="{{orgId}}") {{orgDisplayName}}
|
||||
|
||||
//li.AllBoardTemplates
|
||||
// if userHasTemplates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue