Update "gettext" commands to reflect html file.

This commit is contained in:
Marie-Cécile Godwin 2020-06-23 17:46:04 +02:00 committed by Thomas Citharel
parent 2f9976b289
commit fec8298d3d
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 3 additions and 3 deletions

View File

@ -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." %>
<%= 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." %>