aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Etienne2012-08-07 11:08:58 +0200
committerMichel Etienne2012-08-07 11:08:58 +0200
commitb7a99adf39f44e77d00ced12f3c6b910a5619640 (patch)
treea7324eedd4dd116036c63b9afba937d35eba6d6a
parente964466fbdd91b39864d378d38106d7a5b7604da (diff)
downloadchouette-core-b7a99adf39f44e77d00ced12f3c6b910a5619640.tar.bz2
correct stop area new title
-rw-r--r--app/views/stop_areas/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stop_areas/new.html.erb b/app/views/stop_areas/new.html.erb
index aed167a84..9fcf4390e 100644
--- a/app/views/stop_areas/new.html.erb
+++ b/app/views/stop_areas/new.html.erb
@@ -1,3 +1,3 @@
-<%= title_tag t('stop_area.new.title') %>
+<%= title_tag t('stop_areas.new.title') %>
<%= render "form" %>