fix(appearance): typo
This commit is contained in:
parent
a81526cb12
commit
ec72468b6d
1 changed files with 2 additions and 2 deletions
|
|
@ -327,7 +327,7 @@ fn i18n() -> (slab::Slab<String>, HashMap<String, usize>) {
|
|||
),
|
||||
(
|
||||
"auto_switch_desc/sunset".into(),
|
||||
descriptions.insert(fl!("auto-switch", "sunrise")),
|
||||
descriptions.insert(fl!("auto-switch", "sunset")),
|
||||
),
|
||||
(
|
||||
"auto_switch_desc/next-sunrise".into(),
|
||||
|
|
@ -335,7 +335,7 @@ fn i18n() -> (slab::Slab<String>, HashMap<String, usize>) {
|
|||
),
|
||||
(
|
||||
"auto_switch_desc/next-sunset".into(),
|
||||
descriptions.insert(fl!("auto-switch", "next-sunrise")),
|
||||
descriptions.insert(fl!("auto-switch", "next-sunset")),
|
||||
),
|
||||
(
|
||||
"accent_color".into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue