Skip to content

Commit

Permalink
Improve event type readable descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
JustJoostNL committed Apr 30, 2024
1 parent 1a5d5ea commit 4909ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared/config/config_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export const eventTypeReadableMap: Record<EventType, string> = {
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",
Expand Down

0 comments on commit 4909ab3

Please sign in to comment.