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(', ') }}