mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:55:16 +08:00
[themes] changed new themes title
This commit is contained in:
@ -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: {
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user