Skip to content

Commit

Permalink
Update confirmation email copy (#4276)
Browse files Browse the repository at this point in the history
* Update confirmation email copy

* Update app/views/devise/mailer/confirmation_instructions.html.erb

Co-authored-by: Cliff Johnson <[email protected]>

* Update app/views/devise/mailer/confirmation_instructions.html.erb

Co-authored-by: Cliff Johnson <[email protected]>

---------

Co-authored-by: Cliff Johnson <[email protected]>
  • Loading branch information
zwolf and lcjohnso authored Jan 25, 2024
1 parent 226e5cb commit 1463ea1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions app/views/devise/mailer/confirmation_instructions.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<p>Welcome <%= @email %>!</p>

<p>You can confirm your account email through the link below:</p>
<p>Welcome to the Zooniverse, <%= @email %>!</p>

<p>Please confirm your account email by clicking the link below:</p>
<p><%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %></p>

<p>While you are able to login and classify within projects, you will not be able to post on Talk discussion forums until you verify your email account.</p>

<p>Thanks!<br />
The Zooniverse Team</p>

0 comments on commit 1463ea1

Please sign in to comment.