mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
misc: Replace "Day mode" with "Light theme".
This commit is contained in:
parent
b72035abfe
commit
14b91043d2
@ -56,7 +56,7 @@ export const color_scheme_values = {
|
||||
},
|
||||
day: {
|
||||
code: 3,
|
||||
description: $t({defaultMessage: "Day mode"}),
|
||||
description: $t({defaultMessage: "Light theme"}),
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user