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

13 lines
320 B
Elixir
Raw Normal View History

2022-02-25 21:35:12 -05:00
<%= dgettext("emails", "Hi %{email},", email: @user.email) %>
2023-02-25 15:47:37 -05:00
<%= dgettext("emails", "Welcome to Cannery") %>
2022-02-25 21:35:12 -05:00
<%= dgettext("emails", "You can confirm your account by visiting the URL below:") %>
<%= @url %>
<%= dgettext("emails",
"If you didn't create an account at %{url}, please ignore this.",
2023-04-14 23:34:11 -04:00
url: ~p"/") %>