aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorAdrien Lamothe <adrien@adriensdomain.com>2015-01-12 18:20:04 -0800
committerAdrien Lamothe <adrien@adriensdomain.com>2015-01-12 18:20:04 -0800
commitd202b73f68b44911223e394468a9bbca92855d0f (patch)
tree48afa3851c78e41f7b9bdc594eea51a19a5ff7ce /railties
parent72570ea289ca96edbc074c3aadb2be2b214303af (diff)
downloadrails-d202b73f68b44911223e394468a9bbca92855d0f.tar.gz
rails-d202b73f68b44911223e394468a9bbca92855d0f.tar.bz2
rails-d202b73f68b44911223e394468a9bbca92855d0f.zip
Clean up grammar in scaffold index view, by removing the word 'Listing' from list title.
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/erb/scaffold/templates/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/erb/scaffold/templates/index.html.erb b/railties/lib/rails/generators/erb/scaffold/templates/index.html.erb
index 5e194783ff..c3b8ef1181 100644
--- a/railties/lib/rails/generators/erb/scaffold/templates/index.html.erb
+++ b/railties/lib/rails/generators/erb/scaffold/templates/index.html.erb
@@ -1,6 +1,6 @@
<p id="notice"><%%= notice %></p>
-<h1>Listing <%= plural_table_name.titleize %></h1>
+<h1><%= plural_table_name.titleize %></h1>
<table>
<thead>