diff options
| author | cedricnjanga | 2018-03-29 11:11:56 -0700 |
|---|---|---|
| committer | cedricnjanga | 2018-03-29 11:13:24 -0700 |
| commit | 6b5e24aac617da8461919237c8495a6054b29a9b (patch) | |
| tree | 3c1c6db6ad6295b147a8940a17381d5294c2c97d /app/javascript | |
| parent | c23288299703b62b3c65d143338abcdda21d2ebd (diff) | |
| download | chouette-core-6b5e24aac617da8461919237c8495a6054b29a9b.tar.bz2 | |
Refs #6156 Fix typo
Diffstat (limited to 'app/javascript')
| -rw-r--r-- | app/javascript/vehicle_journeys/components/tools/NotesEditVehicleJourney.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 <h3>{I18n.t('vehicle_journeys.vehicle_journeys_matrix.no_associated_purchase_windows')}</h3> + return <h3>{I18n.t('vehicle_journeys.vehicle_journeys_matrix.no_associated_footnotes')}</h3> } else { return ( <div> |
