diff options
| author | cedricnjanga | 2018-04-03 06:48:08 -0700 | 
|---|---|---|
| committer | cedricnjanga | 2018-04-03 06:48:08 -0700 | 
| commit | 868a7f8148f00899d84346b4a49714e4afcf7a1d (patch) | |
| tree | 44a4de695cfbeaf5bba95b5da1d5d87ff16aaaf2 /app/javascript | |
| parent | b274526124fb5e2242ff482ab504a7ae59dd817b (diff) | |
| download | chouette-core-868a7f8148f00899d84346b4a49714e4afcf7a1d.tar.bz2 | |
Refs #6400 Fix typos for VJ i18n6400-vehicle-journey-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> | 
