mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix: improves help text of dark mode
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
15f583a4fe
commit
12d829e07a
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@
|
||||||
"label": "Global",
|
"label": "Global",
|
||||||
"darkMode": {
|
"darkMode": {
|
||||||
"label": "Dark mode",
|
"label": "Dark mode",
|
||||||
"help": "Enforces the (de)activation of the dark mode for the app or lets the browser decide.",
|
"help": "Enforces the use of the dark mode for the app or lets the browser decide.",
|
||||||
"dark": {
|
"dark": {
|
||||||
"tooltip": "Switch to dark mode",
|
"tooltip": "Switch to dark mode",
|
||||||
"label": "Dark"
|
"label": "Dark"
|
||||||
|
|
Loading…
Reference in a new issue