From f952a7c491440acac299d26f853530c1ec794241 Mon Sep 17 00:00:00 2001 From: Spythere Date: Fri, 25 Apr 2025 14:56:39 +0200 Subject: [PATCH] chore: translation fixes; formatting --- .prettierrc | 2 +- src/components/DriverView/DriverTrainCard.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.prettierrc b/.prettierrc index 98f86c2..6b858bb 100644 --- a/.prettierrc +++ b/.prettierrc @@ -3,5 +3,5 @@ "tabWidth": 2, "singleQuote": true, "printWidth": 100, - "trailingComma": "none", + "trailingComma": "none" } diff --git a/src/components/DriverView/DriverTrainCard.vue b/src/components/DriverView/DriverTrainCard.vue index 8699859..fad18cb 100644 --- a/src/components/DriverView/DriverTrainCard.vue +++ b/src/components/DriverView/DriverTrainCard.vue @@ -54,7 +54,7 @@
- Propozycje: {{ numberPropositions.join(', ') }} + {{ i18n.t('trains.number-propositions-title') }} {{ numberPropositions.join(', ') }}