From b61d48d94b099c6caec587015d3033849a7d39e4 Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Thu, 18 Nov 2021 14:45:13 +0530 Subject: [PATCH] settings: Rename "Automatic" option in color scheme dropdown. This commit renames "Automatic" option in color scheme setting dropdown to "Sync with compute". We do not change any variables used in code just the text in the dropdown visible to user. Fixes part of #20228. --- static/js/settings_config.ts | 2 +- templates/zerver/help/night-mode.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/settings_config.ts b/static/js/settings_config.ts index ffae076772..0fb5a2de36 100644 --- a/static/js/settings_config.ts +++ b/static/js/settings_config.ts @@ -48,7 +48,7 @@ export const default_view_values = { export const color_scheme_values = { automatic: { code: 1, - description: $t({defaultMessage: "Automatic"}), + description: $t({defaultMessage: "Sync with computer"}), }, night: { code: 2, diff --git a/templates/zerver/help/night-mode.md b/templates/zerver/help/night-mode.md index 35d57bab27..e8163c9787 100644 --- a/templates/zerver/help/night-mode.md +++ b/templates/zerver/help/night-mode.md @@ -13,7 +13,7 @@ for working in a dark space. {end_tabs} -The default is **Automatic**, which detects which theme to use based +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 **Night mode** or **Day mode** if you'd like