Skip to content

Commit

Permalink
Merge pull request #952 from portagenetwork/aaron/edit-email-confirma…
Browse files Browse the repository at this point in the history
…tion-text

Edit Contents of Confirmation Instructions Email
  • Loading branch information
aaronskiba authored Nov 20, 2024
2 parents 945221b + 9a018b6 commit a4a9d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion app/views/devise/mailer/confirmation_instructions.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<% I18n.with_locale I18n.locale do %>
<p><%= _("Welcome to %{application_name}") % {application_name: ApplicationService.application_name} %>, <%= @email %>!</p>

<p><%= _("Thank you for registering. Please confirm your email address") %>:</p>
<p><%= _("Please confirm your email address") %>:</p>

<p><%= 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") %>).</p>
<% end %>

0 comments on commit a4a9d25

Please sign in to comment.