diff --git a/resources/contents.html b/resources/contents.html
index c7a31a1..1ba0457 100644
--- a/resources/contents.html
+++ b/resources/contents.html
@@ -10,7 +10,7 @@ contentsToggle = function() {
} else {
i.style.display = "block"
t.style.display = "none"
- b.innerText = "switch to turn order"
+ b.innerText = "Switch to turn order"
}
}