cannery/lib/cannery_web/components/email_html/update_email.txt.eex
2023-04-14 23:34:11 -04:00

11 lines
272 B
Elixir

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