diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ab25696d..705e10e317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ ### Changed - - Email Confirmation Changes [#923](https://github.com/portagenetwork/roadmap/pull/923) + - Email Confirmation Changes [#923](https://github.com/portagenetwork/roadmap/pull/923), [#952](https://github.com/portagenetwork/roadmap/pull/952) - Disable Updating of User Emails [#917](https://github.com/portagenetwork/roadmap/pull/917) diff --git a/app/views/devise/mailer/confirmation_instructions.html.erb b/app/views/devise/mailer/confirmation_instructions.html.erb index 86e1dc239b..481d1d1d7d 100644 --- a/app/views/devise/mailer/confirmation_instructions.html.erb +++ b/app/views/devise/mailer/confirmation_instructions.html.erb @@ -1,7 +1,7 @@ <% I18n.with_locale I18n.locale do %>
<%= _("Welcome to %{application_name}") % {application_name: ApplicationService.application_name} %>, <%= @email %>!
-<%= _("Thank you for registering. Please confirm your email address") %>:
+<%= _("Please confirm your email address") %>:
<%= link_to _("Click here to confirm your account"), confirmation_url(@resource, :confirmation_token => @token) %> (<%= _("or copy") %> <%= confirmation_url(@resource, :confirmation_token => @token) %> <%= _("into your browser") %>).
<% end %>