Skip to content

Commit 4180088

Browse files
sahil839danielpyon
authored andcommitted
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 zulip#20228.
1 parent 2b12fe2 commit 4180088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/js/settings_config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const default_view_values = {
4848
export const color_scheme_values = {
4949
automatic: {
5050
code: 1,
51-
description: $t({defaultMessage: "Automatic"}),
51+
description: $t({defaultMessage: "Sync with computer"}),
5252
},
5353
night: {
5454
code: 2,

templates/zerver/help/night-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for working in a dark space.
1313

1414
{end_tabs}
1515

16-
The default is **Automatic**, which detects which theme to use based
16+
The default is **Sync with computer**, which detects which theme to use based
1717
on the color scheme used by your operating system.
1818

1919
You can also specify **Night mode** or **Day mode** if you'd like

0 commit comments

Comments
 (0)