misc: Replace "Day mode" with "Light theme".

This commit is contained in:
Sahil Batra 2021-11-19 08:52:51 +05:30 committed by Tim Abbott
parent b72035abfe
commit 14b91043d2
3 changed files with 6 additions and 6 deletions

View File

@ -56,7 +56,7 @@ export const color_scheme_values = {
},
day: {
code: 3,
description: $t({defaultMessage: "Day mode"}),
description: $t({defaultMessage: "Light theme"}),
},
};

View File

@ -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.

View File

@ -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.