mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 04:27:34 +00:00
fix(console): move org domains into settings page of the organization (#6612)
* fix: hide domains settings for unauthorized users * refine sidenav object mapping * move domains to settings * change docs * set anchor to list element * remove canwrite check in ngif --------- Co-authored-by: Miguel A. C <doncicuto@gmail.com>
This commit is contained in:
@@ -95,7 +95,6 @@
|
||||
"EVENTS": "Zdarzenia",
|
||||
"FAILEDEVENTS": "Nieudane Zdarzenia",
|
||||
"ORGANIZATION": "Organizacja",
|
||||
"DOMAINS": "Domeny",
|
||||
"PROJECT": "Projekty",
|
||||
"PROJECTOVERVIEW": "Przegląd",
|
||||
"PROJECTGRANTS": "Uprawnienia",
|
||||
@@ -953,7 +952,7 @@
|
||||
},
|
||||
"DOMAINS": {
|
||||
"NEW": "Dodaj domenę",
|
||||
"TITLE": "Domeny",
|
||||
"TITLE": "Zweryfikowane domeny",
|
||||
"DESCRIPTION": "Skonfiguruj swoje domeny. Ta domena może być używana do logowania się z Twoimi użytkownikami.",
|
||||
"SETPRIMARY": "Ustaw jako główną",
|
||||
"DELETE": {
|
||||
@@ -1023,6 +1022,7 @@
|
||||
"NOTIFICATIONS_DESC": "Ustawienia SMTP i SMS",
|
||||
"MESSAGETEXTS": "Teksty wiadomości",
|
||||
"IDP": "Dostawcy tożsamości",
|
||||
"VERIFIED_DAMAINS": "Zweryfikowane domeny",
|
||||
"DOMAIN": "Ustawienia domeny",
|
||||
"LOGINTEXTS": "Teksty interfejsu logowania",
|
||||
"BRANDING": "Marka",
|
||||
|
Reference in New Issue
Block a user