From be53b9c7fb671ecbb37b7e5a6d56bd53ed9a9132 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 20 Dec 2022 01:41:13 +0100 Subject: [PATCH] =?UTF-8?q?Notka=20o=20lokacji=20poci=C4=85gu=20nie=20poja?= =?UTF-8?q?wia=20si=C4=99=20przy=20jej=20braku?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/JournalView/JournalTimetablesList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/JournalView/JournalTimetablesList.vue b/src/components/JournalView/JournalTimetablesList.vue index d3fa4d3..a66f569 100644 --- a/src/components/JournalView/JournalTimetablesList.vue +++ b/src/components/JournalView/JournalTimetablesList.vue @@ -72,11 +72,11 @@ {{ timetable.confirmedStopsCount }} / {{ timetable.allStopsCount }} - + {{ $t(`journal.${timetable.terminated ? 'last-seen-at' : 'currently-at'}`) }} - {{ timetable.currentSceneryName?.replace(/.[a-zA-Z0-9]+.sc/, '') }} + {{ timetable.currentSceneryName.replace(/.[a-zA-Z0-9]+.sc/, '') }}