Merge pull request #31084 from gyan9427/theme-text

Tool-tip text correction for the Theme selection in settings page
This commit is contained in:
Fredrik Adelöw
2025-09-09 13:49:28 +02:00
committed by GitHub
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-user-settings': patch
---
Tool-tip text correction for the Theme selection in settings page
+1 -1
View File
@@ -123,7 +123,7 @@ export const userSettingsTranslationRef: TranslationRef<
readonly 'languageToggle.select': 'Select language {{language}}';
readonly 'languageToggle.title': 'Language';
readonly 'languageToggle.description': 'Change the language';
readonly 'themeToggle.select': 'Select theme {{theme}}';
readonly 'themeToggle.select': 'Select {{theme}}';
readonly 'themeToggle.title': 'Theme';
readonly 'themeToggle.description': 'Change the theme mode';
readonly 'themeToggle.names.auto': 'Auto';
+1 -1
View File
@@ -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',