From 7aea0d423be5facef04e888352f3d22283378c3e Mon Sep 17 00:00:00 2001 From: cedricnjanga Date: Thu, 29 Mar 2018 11:11:56 -0700 Subject: Refs #6156 Fix typo --- .../vehicle_journeys/components/tools/NotesEditVehicleJourney.js | 2 +- config/locales/vehicle_journeys.fr.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/javascript/vehicle_journeys/components/tools/NotesEditVehicleJourney.js b/app/javascript/vehicle_journeys/components/tools/NotesEditVehicleJourney.js index dd4930af9..5d300f70c 100644 --- a/app/javascript/vehicle_journeys/components/tools/NotesEditVehicleJourney.js +++ b/app/javascript/vehicle_journeys/components/tools/NotesEditVehicleJourney.js @@ -43,7 +43,7 @@ export default class NotesEditVehicleJourney extends Component { renderAssociatedFN() { if (this.footnotes().associated.length == 0) { - return

{I18n.t('vehicle_journeys.vehicle_journeys_matrix.no_associated_purchase_windows')}

+ return

{I18n.t('vehicle_journeys.vehicle_journeys_matrix.no_associated_footnotes')}

} else { return (
diff --git a/config/locales/vehicle_journeys.fr.yml b/config/locales/vehicle_journeys.fr.yml index 92d73f885..4336bc6dc 100644 --- a/config/locales/vehicle_journeys.fr.yml +++ b/config/locales/vehicle_journeys.fr.yml @@ -14,6 +14,7 @@ fr: show_timetable: 'Voir le calendrier' no_associated_timetables: Aucun calendrier associé no_associated_purchase_windows: Aucun calendrier commercial associé + no_associated_footnotes: Aucune note associée duplicate: one: Dupliquer %{count} course other: Dupliquer %{count} courses -- cgit v1.2.3