Tweak devise text for confirm emails

This commit is contained in:
Michael Ball 2021-04-15 19:10:21 -07:00
parent c64031e9b5
commit d4dba945fc
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
.panel.panel-default .panel.panel-default
.panel-heading .panel-heading
%h3.panel-title %h3.panel-title
Resend confirmation instructions Resend account confirmation instructions
.panel-body .panel-body
= semantic_form_for(resource, as: resource_name, url: confirmation_path(resource_name), method: :post) do |f| = 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 } = f.input :email, input_html: { autofocus: true, required: true }

View file

@ -51,8 +51,8 @@ en:
failure: 'Could not authenticate you from %{kind} because "%{reason}".' failure: 'Could not authenticate you from %{kind} because "%{reason}".'
mailer: mailer:
confirmation_instructions: confirmation_instructions:
subject: 'Confirmation instructions' subject: 'Snap!Con: New Account Confirmation'
reset_password_instructions: reset_password_instructions:
subject: 'Reset password instructions' subject: 'Snap!Con: Reset Your Password'
unlock_instructions: unlock_instructions:
subject: 'Unlock Instructions' subject: 'Snap!Con: Unlock Your Account'