mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-24 00:43:02 +00:00
e841fb6fbb
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
10 lines
401 B
Elixir
10 lines
401 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 %>
|
|
|
|
<%= gettext "If you didn't trigger this email, you may safely ignore it." %>
|
|
|
|
<%= gettext "Activate my account:" %>
|
|
<%= Mobilizon.Web.Endpoint.url() <> "/validate/#{@token}" %>
|