Be more helpful in the sign up message for new comers.

This commit is contained in:
José Valim 2010-04-09 23:13:34 +02:00
parent 045af3a614
commit d2ebaa43ec
2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@ en:
send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.' send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'
confirmed: 'Your account was successfully confirmed. You are now signed in.' confirmed: 'Your account was successfully confirmed. You are now signed in.'
registrations: registrations:
signed_up: 'You have signed up successfully.' signed_up: 'You have signed up successfully. If enabled, a confirmation was sent your e-mail.'
updated: 'You updated your account successfully.' updated: 'You updated your account successfully.'
destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.' destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.'
unlocks: unlocks:

View File

@ -1,3 +1,4 @@
=============================================================================== ===============================================================================
Some setup you must do manually if you haven't yet: Some setup you must do manually if you haven't yet:
@ -15,7 +16,8 @@ Some setup you must do manually if you haven't yet:
root :to => "home#index" root :to => "home#index"
3. Ensure you have flash messages in your application layout. For example: 3. Ensure you have flash messages in app/views/layouts/application.html.erb.
For example:
<p class="notice"><%= notice %></p> <p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p> <p class="alert"><%= alert %></p>