diff --git a/src/components/SceneryView/ScheduledTrainStatus.vue b/src/components/SceneryView/ScheduledTrainStatus.vue index 5faa761..2d642a9 100644 --- a/src/components/SceneryView/ScheduledTrainStatus.vue +++ b/src/components/SceneryView/ScheduledTrainStatus.vue @@ -47,7 +47,7 @@ export default defineComponent({ nextStationName: nextElement?.stationName, nextArrivalLine: nextElement?.arrivalRouteExt }) - : ''; + : this.$t(`timetables.desc-end`); break; case StopStatus.DEPARTED: diff --git a/src/locales/pl.json b/src/locales/pl.json index b0ba93a..b4b6774 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -586,7 +586,7 @@ "desc-departed-ends": "Na scenerii / odprawiony do: {nextStationName}", "desc-departed-away": "Odprawiony do: {nextStationName} ({nextArrivalLine})", "desc-end": "Pociąg kończy bieg", - "desc-terminated": "Pociąg zaskończył bieg" + "desc-terminated": "Pociąg zakończył bieg" }, "history": { "title": "DZIENNIK ROZKŁADÓW JAZDY"