From 23925bc88f188ae921f6dbe48d8f21331cfbbc9e Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 25 Jan 2018 01:04:45 +0100
Subject: [PATCH] Clarify controls meaning

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 5ee5715..335b5a1 100644
--- a/index.html
+++ b/index.html
@@ -15,11 +15,11 @@
 					<form class="center">
 						<div class="input-field inline">
 							<input id="nInput" type="number" v-model.number="nInput" @change="reinitialize()">
-							<label for="nInput">Number of inputs</label>
+							<label for="nInput">Memory</label>
 						</div>
 						<span class="leftSpacing">
 							<input id="drawIsLost" type="checkbox" v-model="drawIsLost">
-							<label for="drawIsLost"> Draw count as loss ?</label>
+							<label for="drawIsLost" title="If activated, the bot consider a draw as a lost game, and therefore tries to win even harder">Winner bot</label>
 						</span>
 					</form>
 				</div>
-- 
2.44.0