diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-07-21 03:51:56 -0700 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-07-21 03:51:56 -0700 |
commit | 02e8dae6279ea25312293a3eca777faf35139c4c (patch) | |
tree | 70fe99d41455f0448cc46878a002cf263e3d464a /railties/lib/rails/templates | |
parent | 529156969349cb9f0f51b1b464cbae5daba9889c (diff) | |
parent | e33defcec84b6dbec958debc44b7c0fb20356a26 (diff) | |
download | rails-02e8dae6279ea25312293a3eca777faf35139c4c.tar.gz rails-02e8dae6279ea25312293a3eca777faf35139c4c.tar.bz2 rails-02e8dae6279ea25312293a3eca777faf35139c4c.zip |
Merge pull request #11515 from prathamesh-sonpatki/edit-index-page
Removed information about creating database [ci skip]
Diffstat (limited to 'railties/lib/rails/templates')
-rw-r--r-- | railties/lib/rails/templates/rails/welcome/index.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails/templates/rails/welcome/index.html.erb b/railties/lib/rails/templates/rails/welcome/index.html.erb index 4c4c80ecda..eb620caa00 100644 --- a/railties/lib/rails/templates/rails/welcome/index.html.erb +++ b/railties/lib/rails/templates/rails/welcome/index.html.erb @@ -232,8 +232,8 @@ </li> <li> - <h2>Create your database</h2> - <p>Run <code>rake db:create</code> to create your database. If you're not using SQLite (the default), edit <span class="filename">config/database.yml</span> with your username and password.</p> + <h2>Configure your database</h2> + <p>If you're not using SQLite (the default), edit <span class="filename">config/database.yml</span> with your username and password.</p> </li> </ol> </div> |