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) }}% | + +
+ + + {{ $t('trains.timetable-comments').toUpperCase() }} +
@@ -41,8 +55,7 @@ - - + {{ $t(`trains.option-${stat.name}`).toUpperCase() }}: {{ `${~~(train[stat.name] * (stat.multiplier || 1))}${stat.unit}` }} @@ -100,6 +113,7 @@
@@ -281,6 +295,10 @@ export default defineComponent({