From d23bab525d9380ca43b2e322d546bec5299ed054 Mon Sep 17 00:00:00 2001 From: gyan Date: Mon, 8 Sep 2025 15:29:54 +0530 Subject: [PATCH] remove extra theme string from the tool-tip Signed-off-by: gyan --- plugins/user-settings/src/translation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/user-settings/src/translation.ts b/plugins/user-settings/src/translation.ts index 0161508d14..7445a415f2 100644 --- a/plugins/user-settings/src/translation.ts +++ b/plugins/user-settings/src/translation.ts @@ -28,7 +28,7 @@ export const userSettingsTranslationRef = createTranslationRef({ themeToggle: { title: 'Theme', description: 'Change the theme mode', - select: 'Select theme {{theme}}', + select: 'Select {{theme}}', selectAuto: 'Select Auto Theme', names: { light: 'Light',