upgrade to phoenix 1.7
This commit is contained in:
10
lib/cannery_web/components/email_html/update_email.txt.eex
Normal file
10
lib/cannery_web/components/email_html/update_email.txt.eex
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
<%= dgettext("emails", "Hi %{email},", email: @user.email) %>
|
||||
|
||||
<%= dgettext("emails", "You can change your email by visiting the URL below:") %>
|
||||
|
||||
<%= @url %>
|
||||
|
||||
<%= dgettext("emails",
|
||||
"If you didn't request this change from %{url}, please ignore this.",
|
||||
url: ~p"/") %>
|
Reference in New Issue
Block a user