From 1d8df5076b3cd355c65c9c051f16ad64763abfac Mon Sep 17 00:00:00 2001 From: Ben M Date: Wed, 27 Mar 2024 18:45:22 -0400 Subject: [PATCH] Updated fouls in super scouting forms --- src/lib/formLayout.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/formLayout.ts b/src/lib/formLayout.ts index e81bb31..afac6a9 100644 --- a/src/lib/formLayout.ts +++ b/src/lib/formLayout.ts @@ -155,7 +155,7 @@ export const SSForm: Form = { component: { type: "Dropdown", id: "serious foul", - options: ["None", "Yellow card", "Red card", "Disqualified"], + options: ["None", "Foul", "Tech fouls", "Yellow card", "Red card", "Disqualified"], manual: false, // eslint-disable-next-line @typescript-eslint/no-unused-vars @@ -164,7 +164,7 @@ export const SSForm: Form = { }, { type: "input", - label: "Reason for fouls?", + label: "Foul details", tooltip: "Detail the number of each type of foul and why they received each one", component: { type: "Textbox",