diff options
| author | Guillaume | 2017-09-25 12:38:10 +0200 |
|---|---|---|
| committer | Guillaume | 2017-09-25 12:38:10 +0200 |
| commit | 903cc58aa530385f6fc3ceba3bbbacf46f4cd316 (patch) | |
| tree | 40c20ac148ba804724652976f3639715871b41a1 /config | |
| parent | 8e543f38ac615a8e5ee7a949ed5c374dfd7a5e32 (diff) | |
| parent | 76b3b813fb3cafc6880e50a57e823634a79d9a32 (diff) | |
| download | chouette-core-903cc58aa530385f6fc3ceba3bbbacf46f4cd316.tar.bz2 | |
Merge branch 'master' of https://github.com/af83/stif-boiv
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/vehicle_journey_at_stops.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/vehicle_journey_at_stops.fr.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/vehicle_journey_at_stops.en.yml b/config/locales/vehicle_journey_at_stops.en.yml index a96effa2b..8a3bd9394 100644 --- a/config/locales/vehicle_journey_at_stops.en.yml +++ b/config/locales/vehicle_journey_at_stops.en.yml @@ -1,4 +1,4 @@ en: vehicle_journey_at_stops: errors: - day_offset_must_not_exceed_max: "The vehicle journey with ID %{local_id} cannot have times exceeding %{max} days" + day_offset_must_not_exceed_max: "The vehicle journey with ID %{short_id} cannot have times exceeding %{max} days" diff --git a/config/locales/vehicle_journey_at_stops.fr.yml b/config/locales/vehicle_journey_at_stops.fr.yml index 3eff79cf4..f5139fb79 100644 --- a/config/locales/vehicle_journey_at_stops.fr.yml +++ b/config/locales/vehicle_journey_at_stops.fr.yml @@ -1,4 +1,4 @@ fr: vehicle_journey_at_stops: errors: - day_offset_must_not_exceed_max: "La course avec l'identifiant %{local_id} ne peut pas avoir des horaires sur plus de %{max} jours" + day_offset_must_not_exceed_max: "La course avec l'identifiant %{short_id} ne peut pas avoir des horaires sur plus de %{max} jours" |
