diff options
| author | Robert | 2017-06-28 11:48:54 +0200 | 
|---|---|---|
| committer | Robert | 2017-06-28 11:48:54 +0200 | 
| commit | b112d6e5446ae1677e9afe527a5fefd30620b14c (patch) | |
| tree | 081371f5863572d915efb9631701032d0e14f36d | |
| parent | 3a350ab31d620b963a8f96b298b4d5850af4a84e (diff) | |
| parent | 38127d1befe05472b7d626fcf152f5506d1d835d (diff) | |
| download | chouette-core-b112d6e5446ae1677e9afe527a5fefd30620b14c.tar.bz2 | |
Merge branch 'master' of github.com:af83/stif-boiv
| -rw-r--r-- | config/locales/routes.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/routes.fr.yml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/config/locales/routes.en.yml b/config/locales/routes.en.yml index 718521c51..d8160772f 100644 --- a/config/locales/routes.en.yml +++ b/config/locales/routes.en.yml @@ -58,7 +58,7 @@ en:          comment: "Comments"          number: "Number"          direction: "Direction" -        wayback: "Wayback" +        wayback: "Direction"          stop_points: "Nb Stop points"          opposite_route: "Reversed route"          opposite_route_id: "Reversed route" diff --git a/config/locales/routes.fr.yml b/config/locales/routes.fr.yml index 67e538be4..0af2832a2 100644 --- a/config/locales/routes.fr.yml +++ b/config/locales/routes.fr.yml @@ -58,7 +58,7 @@ fr:          number: "Indice"          comment: "Commentaire"          direction: "Direction" -        wayback: "Sens" +        wayback: "Direction"          stop_points: "Nb arrêts"          journey_patterns: "Nb missions"          opposite_route: "Itinéraire associé" | 
