From c8becb19f636d3beec7f80e85f8b1f52029f7c0e Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Thu, 25 Jan 2024 11:04:50 -0600 Subject: [PATCH] Update app/views/devise/mailer/confirmation_instructions.html.erb Co-authored-by: Cliff Johnson --- app/views/devise/mailer/confirmation_instructions.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/mailer/confirmation_instructions.html.erb b/app/views/devise/mailer/confirmation_instructions.html.erb index 8ad1de27b..99358346e 100644 --- a/app/views/devise/mailer/confirmation_instructions.html.erb +++ b/app/views/devise/mailer/confirmation_instructions.html.erb @@ -3,7 +3,7 @@

Please confirm your account email by clicking the link below:

<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %>

-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. +

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.

Thanks! The Zooniverse Team