From 22a9e1b5ff916a812043e3f3f028263c0066e80f Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Thu, 10 Apr 2025 21:37:59 +0200 Subject: [PATCH] Scopes: Fix translation key of `scopes.dashboards.toggle.expand` (#102515) --- public/app/features/scopes/selector/ScopesSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/scopes/selector/ScopesSelector.tsx b/public/app/features/scopes/selector/ScopesSelector.tsx index 3196b611501..f0bface4c80 100644 --- a/public/app/features/scopes/selector/ScopesSelector.tsx +++ b/public/app/features/scopes/selector/ScopesSelector.tsx @@ -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 (