cannery/lib/cannery_web/components/email_html/update_email.txt.eex

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