scouting: Add explanations on the app for docked/engaged
This helps the scouts understand what the buttons are for.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I242abbf279e74dacb8ae712dee4b22eccf12cc9c
diff --git a/scouting/www/entry/entry.ng.html b/scouting/www/entry/entry.ng.html
index 98e427b..828e036 100644
--- a/scouting/www/entry/entry.ng.html
+++ b/scouting/www/entry/entry.ng.html
@@ -129,11 +129,11 @@
<div *ngIf="autoPhase" class="d-grid gap-2">
<label>
<input #docked type="checkbox" />
- Docked
+ Docked (on the charging station)
</label>
<label>
<input #engaged type="checkbox" />
- Engaged
+ Engaged (level & station lights on)
</label>
<label>
<input #attempted type="checkbox" />
@@ -219,11 +219,11 @@
<div *ngIf="autoPhase" class="d-grid gap-1">
<label>
<input #docked type="checkbox" />
- Docked
+ Docked (on the charging station)
</label>
<label>
<input #engaged type="checkbox" />
- Engaged
+ Engaged (level & station lights on)
</label>
<label>
<input #attempted type="checkbox" />
@@ -267,11 +267,11 @@
</button>
<label>
<input #docked type="checkbox" />
- Docked
+ Docked (on the charging station)
</label>
<label>
<input #engaged type="checkbox" />
- Engaged
+ Engaged (level & station lights on)
</label>
<label>
<input #attempted type="checkbox" />