diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index 7d711be..d2a7351 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -22,9 +22,23 @@ | {{ train.timetableData.routeDistance }} km | - {{ $t('trains.route-progress') }} {{ confirmedPercentage(train.timetableData.followingStops) }}% + + {{ $t('trains.route-progress') }} {{ confirmedPercentage(train.timetableData.followingStops) }}% | + +