mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 09:37:45 +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": "Zakázáno"
|
||||
},
|
||||
"INHERITED_DESCRIPTION": "Toto nastavení nastaví hodnotu na výchozí hodnotu systému.",
|
||||
"INHERITEDINDICATOR_DESCRIPTION": {
|
||||
"ENABLED": "„Povoleno“ je zděděno",
|
||||
"DISABLED": "„Zakázáno“ je zděděno"
|
||||
},
|
||||
"RESET": "Nastavit vše na děděné"
|
||||
},
|
||||
"DIALOG": {
|
||||
|
Reference in New Issue
Block a user