diff --git a/apps/common/main/lib/controller/Themes.js b/apps/common/main/lib/controller/Themes.js index e3e22a4155..865b950736 100644 --- a/apps/common/main/lib/controller/Themes.js +++ b/apps/common/main/lib/controller/Themes.js @@ -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: { diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 734bd704f1..9bfed13edc 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -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",