fix wrong label in settings

This commit is contained in:
zenwarr
2017-09-21 15:03:08 +06:00
committed by Ilya Grigorik
parent d75552b280
commit 2fe5547c64

View File

@@ -41,7 +41,7 @@
<input id="displayKeyInput" placeholder="press a key" type="text" value=""/>
</div>
<div class="row">
<label for="rememberSpeed">Hide controller by default</label>
<label for="startHidden">Hide controller by default</label>
<input id="startHidden" type="checkbox"/>
</div>
</section>