From 14b91043d2ecc58815fe1482cc4fc2aaa3fe408d Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Fri, 19 Nov 2021 08:52:51 +0530 Subject: [PATCH] misc: Replace "Day mode" with "Light theme". --- static/js/settings_config.ts | 2 +- templates/zerver/help/dark-theme.md | 2 +- zerver/openapi/zulip.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/static/js/settings_config.ts b/static/js/settings_config.ts index 1ed962459a..bafa7b2c9d 100644 --- a/static/js/settings_config.ts +++ b/static/js/settings_config.ts @@ -56,7 +56,7 @@ export const color_scheme_values = { }, day: { code: 3, - description: $t({defaultMessage: "Day mode"}), + description: $t({defaultMessage: "Light theme"}), }, }; diff --git a/templates/zerver/help/dark-theme.md b/templates/zerver/help/dark-theme.md index 4915fb230a..fab573ff54 100644 --- a/templates/zerver/help/dark-theme.md +++ b/templates/zerver/help/dark-theme.md @@ -16,6 +16,6 @@ for working in a dark space. The default is **Sync with computer**, which detects which theme to use based on the color scheme used by your operating system. -You can also specify **Dark theme** or **Day mode** if you'd like +You can also specify **Dark theme** or **Light theme** if you'd like Zulip to use the same color scheme regardless of your operating system configuration. diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index ba892240d2..d2ac99a156 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -7539,7 +7539,7 @@ paths: - 1 - Automatic - 2 - Dark theme - - 3 - Day mode + - 3 - Light theme Automatic detection is implementing using the standard `prefers-color-scheme` media query. @@ -9478,7 +9478,7 @@ paths: - 1 - Automatic - 2 - Dark theme - - 3 - Day mode + - 3 - Light theme Automatic detection is implementing using the standard `prefers-color-scheme` media query. @@ -11186,7 +11186,7 @@ paths: - 1 - Automatic - 2 - Dark theme - - 3 - Day mode + - 3 - Light theme Automatic detection is implementing using the standard `prefers-color-scheme` media query. @@ -12083,7 +12083,7 @@ paths: - 1 - Automatic - 2 - Dark theme - - 3 - Day mode + - 3 - Light theme Automatic detection is implementing using the standard `prefers-color-scheme` media query.