forked from mystiq/hydrogen-web
Lowercase string
Co-authored-by: Bruno Windels <274386+bwindels@users.noreply.github.com>
This commit is contained in:
parent
9a5a002293
commit
989ecd785a
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ export class SettingsView extends TemplateView {
|
||||||
},
|
},
|
||||||
[
|
[
|
||||||
defaultRadioButton,
|
defaultRadioButton,
|
||||||
t.label({for: "default"}, "Match System Theme"),
|
t.label({for: "default"}, "Match system theme"),
|
||||||
darkRadioButton,
|
darkRadioButton,
|
||||||
t.label({for: "dark"}, "dark"),
|
t.label({for: "dark"}, "dark"),
|
||||||
lightRadioButton,
|
lightRadioButton,
|
||||||
|
|
Loading…
Reference in a new issue