Fix capitalization error
This commit is contained in:
parent
1f721678a4
commit
d560c9b141
|
@ -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"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue