From ae2be945fc4c8e2f35df66dfb7573c54c0947bc7 Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Wed, 4 Jun 2025 12:33:05 +0300 Subject: [PATCH] [themes] changed new themes title --- apps/common/main/lib/controller/Themes.js | 4 ++-- apps/documenteditor/main/locale/en.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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",