diff --git a/src/data/timetable.ts b/src/data/timetable.ts index bcdaae0..0304491 100644 --- a/src/data/timetable.ts +++ b/src/data/timetable.ts @@ -104,7 +104,7 @@ export const scheduleData: Record = { time: "23:00-00:00", }, { - titleKey: "schedule.events.lolGame4", + titleKey: "schedule.events.lolTournamentQuarters", locationKey: "schedule.locations.auditorium", time: "23:00-00:00", }, @@ -113,11 +113,6 @@ export const scheduleData: Record = { locationKey: "schedule.locations.auditorium", time: "00:00-01:00", }, - { - titleKey: "schedule.events.lolGame5", - locationKey: "schedule.locations.auditorium", - time: "00:00-01:00", - }, { titleKey: "schedule.events.doorsClose", locationKey: [ @@ -164,9 +159,9 @@ export const scheduleData: Record = { time: "11:30-12:30", }, { - titleKey: "schedule.events.lolTournamentQuarters", + titleKey: "schedule.events.lolSemiFinals", locationKey: "schedule.locations.auditorium", - time: "11:30-14:30", + time: "12:30-17:30", }, { titleKey: "schedule.events.expoOpens", @@ -208,16 +203,6 @@ export const scheduleData: Record = { locationKey: "schedule.locations.auditorium", time: "14:30-15:30", }, - { - titleKey: "schedule.events.lolBreak", - locationKey: "schedule.locations.auditorium", - time: "14:30-15:00", - }, - { - titleKey: "schedule.events.lolSemiFinals", - locationKey: "schedule.locations.auditorium", - time: "15:00-18:00", - }, { titleKey: "schedule.events.cs2ScLbR3", locationKey: "schedule.locations.auditorium", diff --git a/translations/en.json b/translations/en.json index 5bd9b65..6f5be1a 100644 --- a/translations/en.json +++ b/translations/en.json @@ -806,7 +806,7 @@ "cs2LbR2": "CS2 Loser Bracket Round 2", "cs2LbR3": "CS2 Loser Bracket Round 3", "cs2LbR4": "CS2 Loser Bracket Round 4", - "lolTournamentQuarters": "LoL Tournament Day 2 Start (Quarter finals)", + "lolTournamentQuarters": "LoL Quarterfinals", "cs2ScWbR1": "CS2 Second Chance WB Round 1", "cs2ScLbR1": "CS2 Second Chance LB Round 1", "cs2ScWbR2": "CS2 Second Chance WB Round 2", diff --git a/translations/et.json b/translations/et.json index 96c529b..416640b 100644 --- a/translations/et.json +++ b/translations/et.json @@ -807,7 +807,7 @@ "cs2LbR2": "CS2 kaotajate veergu 2. ring", "cs2LbR3": "CS2 kaotajate veergu 3. ring", "cs2LbR4": "CS2 kaotajate veergu 4. ring", - "lolTournamentQuarters": "LoL turniiri teine päev (veerandfinaalid)", + "lolTournamentQuarters": "LoL veerandfinaalid", "cs2ScWbR1": "CS2 teise šansi võitjate veergu 1. ring", "cs2ScLbR1": "CS2 teise šansi kaotajate veergu 1. ring", "cs2ScWbR2": "CS2 teise šansi võitjate veergu 2. ring",