mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 02:59:30 +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:
@@ -1476,6 +1476,10 @@
|
||||
"DISABLED": "Оневозможено"
|
||||
},
|
||||
"INHERITED_DESCRIPTION": "Оваа поставка ја постави вредноста на стандардната вредност на системот.",
|
||||
"INHERITEDINDICATOR_DESCRIPTION": {
|
||||
"ENABLED": "„Овозможено“ е наследено",
|
||||
"DISABLED": "„Оневозможено“ е наследено"
|
||||
},
|
||||
"RESET": "Поставете ги сите да наследат"
|
||||
},
|
||||
"DIALOG": {
|
||||
|
Reference in New Issue
Block a user