forked from potsda.mn/mobilizon
da70427e32
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
4 lines
458 B
Elixir
4 lines
458 B
Elixir
<%= gettext "Your participation to %{event} on %{instance} has been cancelled!", event: @event.title, instance: @instance_name %>
|
|
==
|
|
<%= gettext "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled.", actor_name: @actor.name || @actor.preferred_username, event: @event.title, actor_address: preferred_username_and_domain(@actor) %>
|