diff options
| author | cedricnjanga | 2017-09-21 16:53:56 +0200 |
|---|---|---|
| committer | cedricnjanga | 2017-09-21 17:18:26 +0200 |
| commit | 95efd2d3bf7dea6c2f659d42d1c37cbb2a5fd831 (patch) | |
| tree | d06eaa18e7047f69bc48444c66ec42099056202e /config | |
| parent | e287f173746f78de00824aee43811b55bbe62ce8 (diff) | |
| download | chouette-core-95efd2d3bf7dea6c2f659d42d1c37cbb2a5fd831.tar.bz2 | |
Vehicle journey message error update to show the sort_id and not the local_id
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" |
