1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-26 01:38:36 +00:00
mobilizon/lib/web/templates/email/registration_confirmation.text.eex

8 lines
295 B
Elixir
Raw Normal View History

<%= gettext "Activate your account" %>
==
<%= 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] %>
2020-01-26 20:36:50 +00:00
<%= Mobilizon.Web.Endpoint.url() <> "/validate/#{@token}" %>