diff options
| -rw-r--r-- | config/locales/stop_areas.en.yml | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/config/locales/stop_areas.en.yml b/config/locales/stop_areas.en.yml index 2c729a05c..37d39b76c 100644 --- a/config/locales/stop_areas.en.yml +++ b/config/locales/stop_areas.en.yml @@ -19,10 +19,10 @@ en:        localisation: "Localisation"        accessibility: "Accessibility"      actions: -      new: "Add a new stop" -      create: "Add a new stop" -      edit: "Edit stop areas" -      update: "Edit stop areas" +      new: "Add a new stop area" +      create: "Add a new stop area" +      edit: "Edit stop area" +      update: "Edit stop area"        destroy: "Delete stop area"        activate: "Activate this stop"        deactivate: "Deactivate this stop" | 
