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-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 }