diff --git a/app/views/devise/confirmations/new.html.haml b/app/views/devise/confirmations/new.html.haml index 8df4efc1..c628275b 100644 --- a/app/views/devise/confirmations/new.html.haml +++ b/app/views/devise/confirmations/new.html.haml @@ -4,7 +4,7 @@ .panel.panel-default .panel-heading %h3.panel-title - Resend confirmation instructions + Resend account confirmation instructions .panel-body = semantic_form_for(resource, as: resource_name, url: confirmation_path(resource_name), method: :post) do |f| = f.input :email, input_html: { autofocus: true, required: true } diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index 3b4084b4..df2db609 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -51,8 +51,8 @@ en: failure: 'Could not authenticate you from %{kind} because "%{reason}".' mailer: confirmation_instructions: - subject: 'Confirmation instructions' + subject: 'Snap!Con: New Account Confirmation' reset_password_instructions: - subject: 'Reset password instructions' + subject: 'Snap!Con: Reset Your Password' unlock_instructions: - subject: 'Unlock Instructions' + subject: 'Snap!Con: Unlock Your Account'