From 4909ab3f4801b4cf18454a070aae0a56d41dbdf3 Mon Sep 17 00:00:00 2001 From: Joost Date: Tue, 30 Apr 2024 20:43:48 +0200 Subject: [PATCH] Improve event type readable descriptions --- src/shared/config/config_types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/config/config_types.ts b/src/shared/config/config_types.ts index 84cf4d3..95bdced 100644 --- a/src/shared/config/config_types.ts +++ b/src/shared/config/config_types.ts @@ -23,8 +23,8 @@ export const eventTypeReadableMap: Record = { LappedCarsMayNotOvertake: "Lapped Cars May Not Overtake", NormalGripConditions: "Normal Grip Conditions", OffTrackAndContinued: "Off Track And Continued", - SpunAndContinued: "Spun And Continued", - MissedApex: "Missed Apex", + SpunAndContinued: "Car Spun And Continued", + MissedApex: "Car Missed Apex", CarStopped: "Car Stopped", MedicalCar: "Medical Car", IncidentNoted: "Incident Noted",