From d4dba945fca620db0bd480d319d6ef87e0eafd4e Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Thu, 15 Apr 2021 19:10:21 -0700 Subject: [PATCH] Tweak devise text for confirm emails --- app/views/devise/confirmations/new.html.haml | 2 +- config/locales/devise.en.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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'