<%= gettext("An event is upcoming!") %>

<%= gettext("Get ready for %{title}", title: @participant.event.title) %>

<%= gettext("Go to event page") %>

<%= gettext( "If you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button." ) %>