Skip to content

Commit

Permalink
Be more helpful in the sign up message for new comers.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 9, 2010
1 parent 045af3a commit d2ebaa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/locales/en.yml
Expand Up @@ -24,7 +24,7 @@ en:
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.'
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.'
destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.'
unlocks:
Expand Down
4 changes: 3 additions & 1 deletion lib/generators/devise_install/templates/README
@@ -1,3 +1,4 @@

===============================================================================

Some setup you must do manually if you haven't yet:
Expand All @@ -15,7 +16,8 @@ Some setup you must do manually if you haven't yet:

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="alert"><%= alert %></p>
Expand Down

0 comments on commit d2ebaa4

Please sign in to comment.