fix: status messages

This commit is contained in:
2025-07-04 23:37:59 +02:00
parent fd4849bd5e
commit 1e6ab1c2d1
2 changed files with 2 additions and 2 deletions
@@ -47,7 +47,7 @@ export default defineComponent({
nextStationName: nextElement?.stationName,
nextArrivalLine: nextElement?.arrivalRouteExt
})
: '';
: this.$t(`timetables.desc-end`);
break;
case StopStatus.DEPARTED: