forked from potsda.mn/mobilizon
b315e1d7ff
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
7 lines
669 B
Elixir
7 lines
669 B
Elixir
<%= gettext "Confirm your e-mail" %>
|
|
==
|
|
<%= gettext "Hi there! You just registered to join this event: « %{title} ». Please confirm the e-mail address you provided:", title: @participant.event.title %>
|
|
<%= gettext "If you didn't trigger this email, you may safely ignore it." %>
|
|
<%= url(~p"/participation/email/confirm/#{@participant.metadata.confirmation_token}") %>
|
|
<%= ngettext "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button.", "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button.", 1 %>
|