diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-06-23 16:38:21 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-06-23 16:38:21 +0000 |
commit | a347d461a80a1ae8298ecc11123d06f2057ad684 (patch) | |
tree | 4c8ea522b9c42ace5553147191e882ef18a1fde3 /railties | |
parent | 048dcf31c9215d4d48994e74631074a7399f5012 (diff) | |
download | rails-a347d461a80a1ae8298ecc11123d06f2057ad684.tar.gz rails-a347d461a80a1ae8298ecc11123d06f2057ad684.tar.bz2 rails-a347d461a80a1ae8298ecc11123d06f2057ad684.zip |
Be specific about the Ruby on Rails part
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7090 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-rw-r--r-- | railties/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/html/index.html b/railties/html/index.html index a2daab72b7..af34c16b90 100644 --- a/railties/html/index.html +++ b/railties/html/index.html @@ -240,7 +240,7 @@ <div id="content"> <div id="header"> <h1>Welcome aboard</h1> - <h2>You’re riding the Rails!</h2> + <h2>You’re riding Ruby on Rails!</h2> </div> <div id="about"> |