diff options
| author | Zog | 2018-03-15 09:27:22 +0100 |
|---|---|---|
| committer | Zog | 2018-03-15 09:27:22 +0100 |
| commit | 9893314d5b918ccdb5111488c18f8a2643dab7e1 (patch) | |
| tree | 1cae5862dbde82b9df7d07b19baa9a8cf9cf03ee | |
| parent | 4c84e00c87d7aaa4263c8b18f3ab7481a47951f1 (diff) | |
| download | chouette-core-9893314d5b918ccdb5111488c18f8a2643dab7e1.tar.bz2 | |
Refs 6189; Fix bad interpolation key in i18n file6189-fix-i18n-on-stoparea-show
| -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 33722b60b..74b6fae73 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" |
