From 2e4b8ae4858616572deec6ebdaa38f20ae96be7a Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Fri, 11 Dec 2020 00:10:37 +0100 Subject: emailer: use instance name instead of hostname --- server/lib/emails/account-abuse-new/html.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/emails/account-abuse-new') diff --git a/server/lib/emails/account-abuse-new/html.pug b/server/lib/emails/account-abuse-new/html.pug index f1aa2886e..e4c0366fb 100644 --- a/server/lib/emails/account-abuse-new/html.pug +++ b/server/lib/emails/account-abuse-new/html.pug @@ -6,7 +6,7 @@ block title block content p - | #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] received an abuse report for the #{isLocal ? '' : 'remote '}account + | #[a(href=WEBSERVER.URL) #{instanceName}] received an abuse report for the #{isLocal ? '' : 'remote '}account a(href=accountUrl) #{accountDisplayName} p The reporter, #{reporter}, cited the following reason(s): -- cgit v1.2.3