From a557f3750ecc51e0889e5b7e520c70e5984faa73 Mon Sep 17 00:00:00 2001 From: Matt Barringer Date: Sat, 2 Mar 2013 08:22:05 +0100 Subject: [PATCH] Make the confirmation message clearer --- config/locales/devise.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index 7783a744..e1b9c4fe 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -33,7 +33,7 @@ en: confirmations: send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.' send_paranoid_instructions: 'If your email address exists in our database, 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. NOTE: You have not been automatically registered to attend a conference! You can do that below.' registrations: signed_up: 'Welcome! You have signed up successfully.' signed_up_but_unconfirmed: 'A message with a confirmation link has been sent to your email address. Please open the link to activate your account.'