diff options
| author | Luc Donnet | 2018-04-03 21:38:45 +0200 |
|---|---|---|
| committer | GitHub | 2018-04-03 21:38:45 +0200 |
| commit | f7ebfd329727b76241d4cc7f3f9f305ca6e969a5 (patch) | |
| tree | 05de45698fcbb8e1a3eaaecd29c2d13b8b673637 /app/javascript | |
| parent | 6f6bb81a93d6d1e578f1d44c61299b3180219b92 (diff) | |
| parent | 868a7f8148f00899d84346b4a49714e4afcf7a1d (diff) | |
| download | chouette-core-f7ebfd329727b76241d4cc7f3f9f305ca6e969a5.tar.bz2 | |
Merge pull request #435 from af83/6400-vehicle-journey-i18n
Refs #6400 Fix typos for VJ i18n
Diffstat (limited to 'app/javascript')
| -rw-r--r-- | app/javascript/vehicle_journeys/components/tools/TimetablesEditVehicleJourney.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/vehicle_journeys/components/tools/TimetablesEditVehicleJourney.js b/app/javascript/vehicle_journeys/components/tools/TimetablesEditVehicleJourney.js index 7a2686c13..9ee2e1849 100644 --- a/app/javascript/vehicle_journeys/components/tools/TimetablesEditVehicleJourney.js +++ b/app/javascript/vehicle_journeys/components/tools/TimetablesEditVehicleJourney.js @@ -58,7 +58,7 @@ export default class TimetablesEditVehicleJourney extends Component { <div className='wrapper'> <div> <div className='form-group'> - <label className='control-label'>{this.props.modal.modalProps.timetables.length == 0 ? I18n.t('vehicle_journeys.vehicle_journeys_matrix.no_associated_timetables'): I18n.t('vehicle_journeys.form.timetables')}</label> + <label className='control-label'>{this.props.modal.modalProps.timetables.length == 0 ? I18n.t('vehicle_journeys.vehicle_journeys_matrix.no_associated_timetables'): I18n.t('vehicle_journeys.form.time_tables')}</label> </div> </div> <div></div> |
