mobilizon/lib/web/templates/email/registration_confirmation.text.eex
Thomas Citharel 4a7c6a861e
Improve the way the instance name is injected into emails
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-09-30 15:58:10 +02:00

8 lines
285 B
Elixir

<%= gettext "Nearly there!" %>
==
<%= gettext "You created an account on %{host} with this email address. You are one click away from activating it. If this wasn't you, please ignore this email.", host: @instance_name %>
<%= Mobilizon.Web.Endpoint.url() <> "/validate/#{@token}" %>