Scopes: Fix translation key of scopes.dashboards.toggle.expand (#102515)

This commit is contained in:
Sven Grossmann
2025-04-10 20:37:59 +01:00
committed by GitHub
parent 02b090574d
commit 22a9e1b5ff
@@ -40,7 +40,7 @@ export const ScopesSelector = () => {
? t('scopes.dashboards.toggle.disabled', 'Suggested dashboards list is disabled due to read only mode')
: drawerOpened
? t('scopes.dashboards.toggle.collapse', 'Collapse suggested dashboards list')
: t('scopes.dashboards.toggle..expand', 'Expand suggested dashboards list');
: t('scopes.dashboards.toggle.expand', 'Expand suggested dashboards list');
return (
<div className={styles.container}>