mirror of https://github.com/zulip/zulip.git
misc: Rename "Night mode" to "Dark theme".
This commit renames "Night mode" to "Dark theme" in the settings dropdown, help pages and api documentation. Fixes part of #20228.
This commit is contained in:
parent
291f8e570d
commit
cf4f31291c
|
@ -52,7 +52,7 @@ export const color_scheme_values = {
|
|||
},
|
||||
night: {
|
||||
code: 2,
|
||||
description: $t({defaultMessage: "Night mode"}),
|
||||
description: $t({defaultMessage: "Dark theme"}),
|
||||
},
|
||||
day: {
|
||||
code: 3,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Night mode
|
||||
# Dark theme
|
||||
|
||||
Zulip provides both a light theme and a night theme, which is great
|
||||
for working in a dark space.
|
||||
|
@ -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 **Night mode** or **Day mode** if you'd like
|
||||
You can also specify **Dark theme** or **Day mode** if you'd like
|
||||
Zulip to use the same color scheme regardless of your operating system
|
||||
configuration.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
[edit your profile information](https://zulip.com/help/edit-your-profile) to tell others
|
||||
about yourself.
|
||||
- [Review your display settings](/help/review-your-settings#review-your-display-settings).
|
||||
You can [switch between day and night mode](/help/dark-theme),
|
||||
You can [switch between day and dark theme](/help/dark-theme),
|
||||
[pick your favorite emoji theme](/help/emoji-and-emoticons#change-your-emoji-set),
|
||||
[change your language](/help/change-your-language), and make other tweaks to your Zulip experience.
|
||||
- [Browse and subscribe to streams](/help/browse-and-subscribe-to-streams).
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
## Display settings
|
||||
* [Review your settings](/help/review-your-settings)
|
||||
* [Night mode](/help/dark-theme)
|
||||
* [Dark theme](/help/dark-theme)
|
||||
* [Change your language](/help/change-your-language)
|
||||
* [Change your timezone](/help/change-your-timezone)
|
||||
* [Use 24-hour time](/help/change-the-time-format)
|
||||
|
|
|
@ -7538,7 +7538,7 @@ paths:
|
|||
Controls which [color theme](/help/dark-theme) to use.
|
||||
|
||||
- 1 - Automatic
|
||||
- 2 - Night mode
|
||||
- 2 - Dark theme
|
||||
- 3 - Day mode
|
||||
|
||||
Automatic detection is implementing using the standard `prefers-color-scheme`
|
||||
|
@ -9477,7 +9477,7 @@ paths:
|
|||
Controls which [color theme](/help/dark-theme) to use.
|
||||
|
||||
- 1 - Automatic
|
||||
- 2 - Night mode
|
||||
- 2 - Dark theme
|
||||
- 3 - Day mode
|
||||
|
||||
Automatic detection is implementing using the standard `prefers-color-scheme`
|
||||
|
@ -11185,7 +11185,7 @@ paths:
|
|||
Controls which [color theme](/help/dark-theme) to use.
|
||||
|
||||
- 1 - Automatic
|
||||
- 2 - Night mode
|
||||
- 2 - Dark theme
|
||||
- 3 - Day mode
|
||||
|
||||
Automatic detection is implementing using the standard `prefers-color-scheme`
|
||||
|
@ -12082,7 +12082,7 @@ paths:
|
|||
Controls which [color theme](/help/dark-theme) to use.
|
||||
|
||||
- 1 - Automatic
|
||||
- 2 - Night mode
|
||||
- 2 - Dark theme
|
||||
- 3 - Day mode
|
||||
|
||||
Automatic detection is implementing using the standard `prefers-color-scheme`
|
||||
|
|
Loading…
Reference in New Issue