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.
This commit is contained in:
Sahil Batra 2021-11-18 14:45:13 +05:30 committed by Tim Abbott
parent 00d3b88257
commit b61d48d94b
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ export const default_view_values = {
export const color_scheme_values = { export const color_scheme_values = {
automatic: { automatic: {
code: 1, code: 1,
description: $t({defaultMessage: "Automatic"}), description: $t({defaultMessage: "Sync with computer"}),
}, },
night: { night: {
code: 2, code: 2,

View File

@ -13,7 +13,7 @@ for working in a dark space.
{end_tabs} {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. on the color scheme used by your operating system.
You can also specify **Night mode** or **Day mode** if you'd like You can also specify **Night mode** or **Day mode** if you'd like