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/video-comment-abuse-new/html.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/emails/video-comment-abuse-new/html.pug') diff --git a/server/lib/emails/video-comment-abuse-new/html.pug b/server/lib/emails/video-comment-abuse-new/html.pug index e92d986b5..752bf7c10 100644 --- a/server/lib/emails/video-comment-abuse-new/html.pug +++ b/server/lib/emails/video-comment-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 '} + | #[a(href=WEBSERVER.URL) #{instanceName}] received an abuse report for the #{isLocal ? '' : 'remote '} a(href=commentUrl) comment on video "#{videoName}" | of #{flaggedAccount} | created on #{commentCreatedAt} -- cgit v1.2.3