mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-23 16:33:28 +00:00
4144e9ffd0
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 lines
277 B
Elixir
9 lines
277 B
Elixir
<%= gettext "Come along!" %>
|
|
|
|
==
|
|
|
|
<%= gettext "%{inviter} just invited you to join their group %{group}", group: @group.name, inviter: @inviter.name %>
|
|
|
|
<%= gettext "To accept this invitation, head over to your groups." %>
|
|
|
|
<%= my_groups_url(Mobilizon.Web.Endpoint, :index) %>
|