diff options
| author | Michel Etienne | 2012-08-07 11:08:58 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-08-07 11:08:58 +0200 |
| commit | b7a99adf39f44e77d00ced12f3c6b910a5619640 (patch) | |
| tree | a7324eedd4dd116036c63b9afba937d35eba6d6a | |
| parent | e964466fbdd91b39864d378d38106d7a5b7604da (diff) | |
| download | chouette-core-b7a99adf39f44e77d00ced12f3c6b910a5619640.tar.bz2 | |
correct stop area new title
| -rw-r--r-- | app/views/stop_areas/new.html.erb | 2 |
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" %> |
