mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 02:59:30 +00:00
feat(console): profile initializers, contributors for grants (#229)
* resourceowner header, i18n * password policy validators, roles required field * use angular pattern instead of custom validator * user detail fixes, mfa qr code, add org * use mgmt for mfa list * fetch owned projects * search project * seperate owned from granted projects * lint * fix granted project grid * refactor project detail * disable zitadel apps * refactor project contributors * changed i18n * hide meta nav * mobile meta layout * refactor contributor name * refactor org contributors * org i18n, org member detail view * fix uninitialized phone, email * fix: create role, add contributors to granted pjs * initialize address * contributor 18n * add tab module
This commit is contained in:
@@ -296,9 +296,9 @@
|
||||
},
|
||||
"NAME": "Name",
|
||||
"MEMBER": {
|
||||
"TITLE": "Contributors",
|
||||
"TITLEDESC":"Contributors can make changes on this very entity",
|
||||
"DESCRIPTION":"Here you can find all contributors of this project. You can add a new member and manage persisting ones.",
|
||||
"TITLE": "Managers",
|
||||
"TITLEDESC":"Managers can make changes on this very entity, based on their given role in zitadel.",
|
||||
"DESCRIPTION":"Here you can find all managers of this project. You can add a new member and manage persisting ones.",
|
||||
"USERNAME": "Username",
|
||||
"FIRSTNAME": "Firstname",
|
||||
"LASTNAME": "Lastname",
|
||||
|
Reference in New Issue
Block a user