From 128f3c32b43ffc52dccc60a64341fd025a51fd36 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 26 Apr 2025 14:34:26 +0200 Subject: [PATCH] fix: minor mistakes --- src/components/DriverView/DriverTrainCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DriverView/DriverTrainCard.vue b/src/components/DriverView/DriverTrainCard.vue index b8e0000..f8cf47c 100644 --- a/src/components/DriverView/DriverTrainCard.vue +++ b/src/components/DriverView/DriverTrainCard.vue @@ -54,7 +54,7 @@
- {{ i18n.t('trains.number-propositions-title') }} + {{ i18n.t('trains.number-propositions-title') }}  {{ numberPropositions.join(', ') }}