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

11 lines
272 B
Elixir
Raw Normal View History

2022-02-08 19:59:23 -05:00
<%= 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.",
2023-04-14 23:34:11 -04:00
url: ~p"/") %>