Update "gettext" commands to reflect html file.
This commit is contained in:
parent
2f9976b289
commit
fec8298d3d
@ -1,11 +1,11 @@
|
|||||||
<%= gettext "Participation confirmation" %>
|
<%= gettext "Confirm your e-mail" %>
|
||||||
|
|
||||||
==
|
==
|
||||||
|
|
||||||
<%= gettext "You requested to participate in event %{title}.", title: @participant.event.title %>
|
<%= 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 request this email, you can simply ignore it." %>
|
<%= gettext "If you didn't request this email, you can simply ignore it." %>
|
||||||
|
|
||||||
<%= participation_email_confirmation_url(Mobilizon.Web.Endpoint, :index, @participant.metadata.confirmation_token) %>
|
<%= participation_email_confirmation_url(Mobilizon.Web.Endpoint, :index, @participant.metadata.confirmation_token) %>
|
||||||
|
|
||||||
<%= gettext "If you need to cancel your participation, just access the previous link and click on the participation button." %>
|
<%= gettext "If you wish to cancel your attendance, visit the event page through the link above and click the « I'm attending » button." %>
|
||||||
|
Loading…
Reference in New Issue
Block a user