From 9573e417d9c78a5710c2f8ff2c01038374b37fe6 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 14 Oct 2020 09:50:18 +0200 Subject: [PATCH] Fix email template without variables Signed-off-by: Thomas Citharel --- lib/web/templates/email/instance_follow.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web/templates/email/instance_follow.html.eex b/lib/web/templates/email/instance_follow.html.eex index 227e4f5ca..723891e98 100644 --- a/lib/web/templates/email/instance_follow.html.eex +++ b/lib/web/templates/email/instance_follow.html.eex @@ -42,7 +42,7 @@

- <%= 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) %>