Scouting: Add match number to note scouting entry
Signed-off-by: Filip Kujawa <filip.j.kujawa@gmail.com>
Change-Id: Ib389b76d137231ef639a7a67df91d545741cbd1d
diff --git a/scouting/www/notes/notes.component.ts b/scouting/www/notes/notes.component.ts
index 21264f2..94a1586 100644
--- a/scouting/www/notes/notes.component.ts
+++ b/scouting/www/notes/notes.component.ts
@@ -111,7 +111,7 @@
setTeamNumber() {
let data: Input = {
teamNumber: this.teamNumberSelection,
- notesData: 'Auto: \nTeleop: \nEngame: ',
+ notesData: 'Match: \nAuto: \nTeleop: \nEngame: ',
keywordsData: {
goodDriving: false,
badDriving: false,