mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 22:38:06 +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": "Eventos",
|
||||
"FAILEDEVENTS": "Eventos com Falha",
|
||||
"ORGANIZATION": "Organização",
|
||||
"DOMAINS": "Domínios",
|
||||
"PROJECT": "Projetos",
|
||||
"PROJECTOVERVIEW": "Visão Geral",
|
||||
"PROJECTGRANTS": "Autorizações",
|
||||
@@ -954,7 +953,7 @@
|
||||
},
|
||||
"DOMAINS": {
|
||||
"NEW": "Adicionar Domínio",
|
||||
"TITLE": "Domínios",
|
||||
"TITLE": "Domínios verificados",
|
||||
"DESCRIPTION": "Configure seus domínios. Este domínio pode ser usado para o login dos seus usuários.",
|
||||
"SETPRIMARY": "Definir como Principal",
|
||||
"DELETE": {
|
||||
@@ -1025,6 +1024,7 @@
|
||||
"NOTIFICATIONS_DESC": "Configurações de SMTP e SMS",
|
||||
"MESSAGETEXTS": "Textos de Mensagem",
|
||||
"IDP": "Provedores de Identidade",
|
||||
"VERIFIED_DAMAINS": "Domínios verificados",
|
||||
"DOMAIN": "Configurações de Domínio",
|
||||
"LOGINTEXTS": "Textos da Interface de Login",
|
||||
"BRANDING": "Marca",
|
||||
|
Reference in New Issue
Block a user