Tweak devise text for confirm emails
This commit is contained in:
parent
c64031e9b5
commit
d4dba945fc
2 changed files with 4 additions and 4 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue