[themes] changed new themes title

This commit is contained in:
maxkadushkin
2025-06-04 12:33:05 +03:00
parent 59246274ab
commit ae2be945fc
2 changed files with 4 additions and 3 deletions

View File

@ -169,7 +169,7 @@ define([
},
},
'theme-white': {
text: locale.txtThemeWhite || 'White',
text: locale.txtThemeModerLight || 'White',
type: 'light',
source: 'static',
icons: {
@ -177,7 +177,7 @@ define([
}
},
'theme-night': {
text: locale.txtThemeWhiteDark || 'Night',
text: locale.txtThemeModerDark || 'Night',
type: 'dark',
source: 'static',
icons: {

View File

@ -379,7 +379,8 @@
"Common.UI.Themes.txtThemeGray": "Gray",
"Common.UI.Themes.txtThemeLight": "Light",
"Common.UI.Themes.txtThemeSystem": "Same as system",
"Common.UI.Themes.txtThemeWhite": "White",
"Common.UI.Themes.txtThemeModerLight": "Moder Light",
"Common.UI.Themes.txtThemeModerDark": "Moder Dark",
"Common.UI.Window.cancelButtonText": "Cancel",
"Common.UI.Window.closeButtonText": "Close",
"Common.UI.Window.noButtonText": "No",