diff options
| author | Alban Peignier | 2018-03-15 13:26:50 +0100 | 
|---|---|---|
| committer | GitHub | 2018-03-15 13:26:50 +0100 | 
| commit | 7496481824e06dee49b0c3550a048f03ab633e9d (patch) | |
| tree | 65749ab1ddd764aebed15a2647f33c5c863ba4fc | |
| parent | 9dff6c9addb3dfedffd9f9dd53c6f815b91d082e (diff) | |
| parent | 9893314d5b918ccdb5111488c18f8a2643dab7e1 (diff) | |
| download | chouette-core-7496481824e06dee49b0c3550a048f03ab633e9d.tar.bz2 | |
Merge pull request #382 from af83/6189-fix-i18n-on-stoparea-show
Fix bad interpolation key in i18n file. Refs #6189 
| -rw-r--r-- | config/locales/stop_areas.en.yml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/config/locales/stop_areas.en.yml b/config/locales/stop_areas.en.yml index 389f70c0c..9e70993aa 100644 --- a/config/locales/stop_areas.en.yml +++ b/config/locales/stop_areas.en.yml @@ -58,11 +58,11 @@ en:        address: "246 Boulevard Saint-Germain, 75007 Paris"        geolocalize: "Pinpoint "      edit: -      title: "Update stop %{stop_area}" +      title: "Update stop %{name}"      update: -      title: "Update stop %{stop_area}" +      title: "Update stop %{name}"      show: -      title: "Stop %{stop_area}" +      title: "Stop %{name}"        geographic_data: "Geographic data"        no_geographic_data: "None"        itl_managment: "Routing constraint's links managment" | 
