diff --git a/lib/web/templates/email/instance_follow.text.eex b/lib/web/templates/email/instance_follow.text.eex
index 22c26f5d9..3e2809774 100644
--- a/lib/web/templates/email/instance_follow.text.eex
+++ b/lib/web/templates/email/instance_follow.text.eex
@@ -2,6 +2,6 @@
 ==
 <%= 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 "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too.", name: @follower.name, domain: @follower.domain %>
 <%= gettext "To accept this invitation, head over to the instance's admin settings." %>
 <%= "#{Mobilizon.Web.Endpoint.url()}/settings/admin/relays/followers" %>