mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-26 01:38:36 +00:00
de047c8939
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 lines
411 B
Elixir
6 lines
411 B
Elixir
<%= gettext "An event is upcoming!" %>
|
|
==
|
|
<%= gettext "Get ready for %{title}", title: @participant.event.title %>
|
|
<%= gettext "Go to event page" %>
|
|
<%= gettext "View the event on: %{link}", link: Routes.page_url(Mobilizon.Web.Endpoint, :event, @participant.event.uuid) %>
|
|
<%= gettext "If you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button." %>
|