mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-02 13:24:47 +00:00
8 lines
559 B
Elixir
8 lines
559 B
Elixir
|
<%= gettext "Want to connect?" %>
|
||
|
==
|
||
|
<%= gettext "%{name} (%{domain}) just requested to follow your instance.", name: @follower.name, domain: @follower.domain %>
|
||
|
<%= gettext "If you accept, this instance will receive all of your public events." %>
|
||
|
<%= gettext "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." %>
|
||
|
<%= gettext "To accept this invitation, head over to the instance's admin settings." %>
|
||
|
<%= "#{Mobilizon.Web.Endpoint.url()}/settings/admin/relays/followers" %>
|