mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 11:40:16 +00:00
fix(console): changes, project grant create, member add, org setup, project search autocomplete, grpc header url decoding (#303)
* mobile max-width container * fix project search autocomplete * remove changes error, add bottom label * fix project grant, contributor add
This commit is contained in:
@@ -344,7 +344,8 @@
|
||||
"FIRSTNAME": "Vorname",
|
||||
"LASTNAME": "Nachname",
|
||||
"EMAIL": "Email",
|
||||
"ROLES": "Rollen"
|
||||
"ROLES": "Rollen",
|
||||
"USERID":"User Id"
|
||||
},
|
||||
"GRANT": {
|
||||
"TITLE": "Grants",
|
||||
@@ -503,6 +504,7 @@
|
||||
},
|
||||
"CHANGES": {
|
||||
"LISTTITLE":"Letzte Änderungen",
|
||||
"BOTTOM":"Ende",
|
||||
"ORG": {
|
||||
"TITLE":"Aktivität",
|
||||
"DESCRIPTION":"Hier sehen Sie die letzten Vorkommnisse die die Organisation betreffen"
|
||||
|
@@ -345,7 +345,8 @@
|
||||
"FIRSTNAME": "Firstname",
|
||||
"LASTNAME": "Lastname",
|
||||
"EMAIL": "Email",
|
||||
"ROLES": "Roles"
|
||||
"ROLES": "Roles",
|
||||
"USERID":"User Id"
|
||||
},
|
||||
"GRANT": {
|
||||
"TITLE": "Grants",
|
||||
@@ -504,6 +505,7 @@
|
||||
},
|
||||
"CHANGES": {
|
||||
"LISTTITLE":"Last Changes",
|
||||
"BOTTOM":"Bottom",
|
||||
"ORG": {
|
||||
"TITLE":"Activity",
|
||||
"DESCRIPTION":"Here you can see the latest events that have affected an organization change"
|
||||
|
Reference in New Issue
Block a user