diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2020-12-11 00:10:37 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-12-14 15:37:29 +0100 |
commit | 2e4b8ae4858616572deec6ebdaa38f20ae96be7a (patch) | |
tree | 18032a014a0b5e90548c6083d440f4e9f4f44338 /server/lib/emails/account-abuse-new/html.pug | |
parent | 915e2bbb97a85b53b4d7b7e2f2d9a416c891a0fb (diff) | |
download | PeerTube-2e4b8ae4858616572deec6ebdaa38f20ae96be7a.tar.gz PeerTube-2e4b8ae4858616572deec6ebdaa38f20ae96be7a.tar.zst PeerTube-2e4b8ae4858616572deec6ebdaa38f20ae96be7a.zip |
emailer: use instance name instead of hostname
Diffstat (limited to 'server/lib/emails/account-abuse-new/html.pug')
-rw-r--r-- | server/lib/emails/account-abuse-new/html.pug | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
6 | 6 | ||
7 | block content | 7 | block content |
8 | p | 8 | p |
9 | | #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] received an abuse report for the #{isLocal ? '' : 'remote '}account | 9 | | #[a(href=WEBSERVER.URL) #{instanceName}] received an abuse report for the #{isLocal ? '' : 'remote '}account |
10 | a(href=accountUrl) #{accountDisplayName} | 10 | a(href=accountUrl) #{accountDisplayName} |
11 | 11 | ||
12 | p The reporter, #{reporter}, cited the following reason(s): | 12 | p The reporter, #{reporter}, cited the following reason(s): |