Merge pull request #31084 from gyan9427/theme-text
Tool-tip text correction for the Theme selection in settings page
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
---
|
||||
|
||||
Tool-tip text correction for the Theme selection in settings page
|
||||
@@ -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';
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user