]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/emails/verify-email/html.pug
emailer: use instance name instead of hostname
[github/Chocobozzz/PeerTube.git] / server / lib / emails / verify-email / html.pug
index 8a4a777032177290555e20e3bf50e7b967f9679d..e6d805a163e1521a813c892fd9361e364bf30146 100644 (file)
@@ -6,9 +6,9 @@ block title
 block content
   p Welcome to PeerTube!
   p.
-    You just created an account #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}], your new PeerTube instance. 
+    You just created an account #[a(href=WEBSERVER.URL) #{instanceName}], your new PeerTube instance. 
     Your username there is: #{username}.
   p.
-    To start using PeerTube on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] you must verify your email first! 
+    To start using PeerTube on #[a(href=WEBSERVER.URL) #{instanceName}] you must verify your email first! 
     Please follow #[a(href=verifyEmailUrl) this link] to verify this email belongs to you: #[a(href=verifyEmailUrl) #{verifyEmailUrl}] 
     If you are not the person who initiated this request, please ignore this email.
\ No newline at end of file