mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 06:57:43 +00:00
feat(console): add tooltip for indicator on inherit button in feature settings (#8238)
# Which Problems Are Solved - Bubble indicator on inherit button in feature settings is not clear on what system default behavior is inherited # How the Problems Are Solved - Creates tooltip to show what system default behavior is inherited when cursor hovers over indicator. When indicator is red "Disabled" is inherited and when the indicator is green "Enabled" is inherited.   # Additional Changes - Adds translations for indicator tooltip message # Additional Context - Closes #8129 - https://discord.com/channels/927474939156643850/1250477939431178363 Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -1475,6 +1475,10 @@
|
||||
"DISABLED": "Désactivé"
|
||||
},
|
||||
"INHERITED_DESCRIPTION": "Ce paramètre définit la valeur par défaut du système.",
|
||||
"INHERITEDINDICATOR_DESCRIPTION": {
|
||||
"ENABLED": "\"Activé\" est hérité",
|
||||
"DISABLED": "\"Désactivé\" est hérité"
|
||||
},
|
||||
"RESET": "Réinitialiser tout sur hérité"
|
||||
},
|
||||
"DIALOG": {
|
||||
|
Reference in New Issue
Block a user