fix: color mode settings button (#648)

This commit is contained in:
Joaquín Sánchez 2022-12-29 20:27:11 +01:00 committed by GitHub
parent 87eebd520e
commit 524f7005aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 62 additions and 12 deletions

View file

@ -225,8 +225,10 @@
},
"interface": {
"color_mode": "Color Mode",
"dark_mode": "Dark Mode",
"font_size": "Font Size",
"label": "Interface"
"label": "Interface",
"light_mode": "Light Mode"
},
"language": {
"display_language": "Display Language",
@ -251,6 +253,8 @@
},
"select_a_settings": "Select a settings",
"users": {
"export": "Export User Tokens",
"import": "Import User Tokens",
"label": "Logged in users"
}
},