aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/verify-email
diff options
context:
space:
mode:
authorkontrollanten <6680299+kontrollanten@users.noreply.github.com>2020-12-11 00:10:37 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-12-14 15:37:29 +0100
commit2e4b8ae4858616572deec6ebdaa38f20ae96be7a (patch)
tree18032a014a0b5e90548c6083d440f4e9f4f44338 /server/lib/emails/verify-email
parent915e2bbb97a85b53b4d7b7e2f2d9a416c891a0fb (diff)
downloadPeerTube-2e4b8ae4858616572deec6ebdaa38f20ae96be7a.tar.gz
PeerTube-2e4b8ae4858616572deec6ebdaa38f20ae96be7a.tar.zst
PeerTube-2e4b8ae4858616572deec6ebdaa38f20ae96be7a.zip
emailer: use instance name instead of hostname
Diffstat (limited to 'server/lib/emails/verify-email')
-rw-r--r--server/lib/emails/verify-email/html.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/lib/emails/verify-email/html.pug b/server/lib/emails/verify-email/html.pug
index 8a4a77703..e6d805a16 100644
--- a/server/lib/emails/verify-email/html.pug
+++ b/server/lib/emails/verify-email/html.pug
@@ -6,9 +6,9 @@ block title
6block content 6block content
7 p Welcome to PeerTube! 7 p Welcome to PeerTube!
8 p. 8 p.
9 You just created an account #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}], your new PeerTube instance. 9 You just created an account #[a(href=WEBSERVER.URL) #{instanceName}], your new PeerTube instance.
10 Your username there is: #{username}. 10 Your username there is: #{username}.
11 p. 11 p.
12 To start using PeerTube on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] you must verify your email first! 12 To start using PeerTube on #[a(href=WEBSERVER.URL) #{instanceName}] you must verify your email first!
13 Please follow #[a(href=verifyEmailUrl) this link] to verify this email belongs to you: #[a(href=verifyEmailUrl) #{verifyEmailUrl}] 13 Please follow #[a(href=verifyEmailUrl) this link] to verify this email belongs to you: #[a(href=verifyEmailUrl) #{verifyEmailUrl}]
14 If you are not the person who initiated this request, please ignore this email. \ No newline at end of file 14 If you are not the person who initiated this request, please ignore this email. \ No newline at end of file