diff --git a/public/index.html b/public/index.html index 9ee5c5c65..ad772202c 100644 --- a/public/index.html +++ b/public/index.html @@ -1168,28 +1168,28 @@

timer/progress style

Change the style of the timer/progress during a timed test.
-
bar
-
text
+
bar
+
text

timer/progress color

Change the color of the timer/progress number/bar and live wpm number.
-
black
-
sub
-
text
-
main
+
black
+
sub
+
text
+
main

timer/progress opacity

Change the opacity of the timer/progress number/bar and live wpm number.
-
0.25
-
0.5
-
0.75
-
1
+
0.25
+
0.5
+
0.75
+
1
diff --git a/public/js/settings.js b/public/js/settings.js index c67c046a0..9a899ebef 100644 --- a/public/js/settings.js +++ b/public/js/settings.js @@ -201,7 +201,7 @@ function updateSettingsPage() { Object.keys(layouts).forEach((layout) => { if (layout.toString() != "default") { keymapEl.append( - `
${layout.replace( + `
${layout.replace( "_", " " )}
`