Skip to content

Commit

Permalink
fix: event types names
Browse files Browse the repository at this point in the history
  • Loading branch information
seba1288 committed Sep 30, 2024
1 parent 5fae94f commit 9a6adfa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/libs/shared/enums/event-type.enum.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export enum EventType {
ZAJĘCIA = 'Zajęcia',
SPOTKANIE = 'Spotkanie',
EGZAMIN = 'Egzamin',
KOLOKWIUM = 'Kolokwium',
ODWOLANIE_ZAJEC = 'Odwołanie zajęć',
POPRAWKA = 'Poprawka',
INNE = 'Inne',
CLASSES = 'Zajęcia',
MEETING = 'Spotkanie',
EXAM = 'Egzamin',
QUIZ = 'Kolokwium',
CLASS_CANCELLATION = 'Odwołanie zajęć',
RETAKE = 'Poprawka',
OTHER = 'Inne',
}

0 comments on commit 9a6adfa

Please sign in to comment.