mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 04:37:35 +00:00
fix: replace Instance Settings with Default Settings in i18n and docs (#8143)
# Which Problems Are Solved - The console shows the Instance Settings title and a description. Instance settings should be replaced with Default settings # How the Problems Are Solved - The DESCRIPTIONS.SETTINGS.INSTANCE.TITLE and DESCRIPTIONS.SETTINGS.INSTANCE.DESCRIPTION have been replaced with Default Settings and in the corresponding translation files. Here's a screenshot:  # Additional Changes - The docs have been updated to replace remaining texts mentioning Instance Settings with Default Settings - Two unused texts have been deleted from the translation files - VSCode with Prettier have applied some markdown changes # Additional Context - Closes #7632 --------- Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
@@ -79,8 +79,8 @@
|
||||
},
|
||||
"SETTINGS": {
|
||||
"INSTANCE": {
|
||||
"TITLE": "Configurações da Instância",
|
||||
"DESCRIPTION": "As configurações da instância são as configurações padrão para todas as organizações. Com as permissões corretas, algumas delas podem ser sobrescritas nas configurações da organização."
|
||||
"TITLE": "Configurações padrão",
|
||||
"DESCRIPTION": "Configurações padrão para todas as organizações. Com as permissões corretas, algumas delas podem ser substituídas nas configurações da organização."
|
||||
},
|
||||
"ORG": {
|
||||
"TITLE": "Configurações da Organização",
|
||||
@@ -1318,10 +1318,6 @@
|
||||
}
|
||||
},
|
||||
"SETTINGS": {
|
||||
"INSTANCE": {
|
||||
"TITLE": "Configurações da Instância",
|
||||
"DESCRIPTION": "Essas configurações serão aplicadas a todas as suas organizações, a menos que tenham sido substituídas."
|
||||
},
|
||||
"LIST": {
|
||||
"ORGS": "Organizações",
|
||||
"FEATURESETTINGS": "Configurações de Recursos",
|
||||
|
Reference in New Issue
Block a user