Update hidden element copy (#112089)

This commit is contained in:
Oscar Kilhed
2025-10-09 09:39:09 +02:00
committed by GitHub
parent 1cbe7c8848
commit 0e107c77de
3 changed files with 3 additions and 13 deletions
@@ -9,12 +9,7 @@ export const ConditionalRenderingOverlay = () => {
return (
<div className={styles.container}>
<Tooltip
content={t(
'dashboard.conditional-rendering.overlay.tooltip',
'Element is hidden due to conditional rendering.'
)}
>
<Tooltip content={t('dashboard.conditional-rendering.overlay.tooltip', 'Element is hidden by show/hide rules.')}>
<Icon name="eye-slash" />
</Tooltip>
</div>
@@ -101,12 +101,7 @@ export function TabItemRenderer({ model }: SceneComponentProps<TabItem>) {
function IsHiddenSuffix() {
return (
<Box paddingLeft={1} display={'inline'}>
<Tooltip
content={t(
'dashboard.conditional-rendering.overlay.tooltip',
'Element is hidden due to conditional rendering.'
)}
>
<Tooltip content={t('dashboard.conditional-rendering.overlay.tooltip', 'Element is hidden by show/hide rules.')}>
<Icon name="eye-slash" />
</Tooltip>
</Box>
+1 -1
View File
@@ -4572,7 +4572,7 @@
"unsupported-object-type": "Conditional rendering not supported for this item type"
},
"overlay": {
"tooltip": "Element is hidden due to conditional rendering."
"tooltip": "Element is hidden by show/hide rules."
},
"root": {
"title": "Show / hide rules"