Lowercase string

Co-authored-by: Bruno Windels <274386+bwindels@users.noreply.github.com>
This commit is contained in:
R Midhun Suresh 2022-06-12 16:51:58 +05:30 committed by GitHub
parent 9a5a002293
commit 989ecd785a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ export class SettingsView extends TemplateView {
},
[
defaultRadioButton,
t.label({for: "default"}, "Match System Theme"),
t.label({for: "default"}, "Match system theme"),
darkRadioButton,
t.label({for: "dark"}, "dark"),
lightRadioButton,