Compare commits

...

2 Commits

Author SHA1 Message Date
Oscar Kilhed e241f9e62b
Merge e93512d642 into 66fc694718 2025-10-07 16:11:10 +02:00
oscarkilhed e93512d642 Update hidden element copy 2025-10-07 09:23:57 +02:00
3 changed files with 3 additions and 13 deletions

View File

@ -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>

View File

@ -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>

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"