]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/emails/password-create/html.pug
emailer: use instance name instead of hostname
[github/Chocobozzz/PeerTube.git] / server / lib / emails / password-create / html.pug
index 45ff3078a23774f17843fd9ea648e51e5619a759..2061435fc0d08fe157a95e22ff697601edcf328c 100644 (file)
@@ -5,6 +5,6 @@ block title
 
 block content
   p.
-    Welcome to #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}], your PeerTube instance. Your username is: #{username}.
+    Welcome to #[a(href=WEBSERVER.URL) #{instanceName}], your PeerTube instance. Your username is: #{username}.
     Please set your password by following #[a(href=createPasswordUrl) this link]: #[a(href=createPasswordUrl) #{createPasswordUrl}] 
     (this link will expire within seven days).
\ No newline at end of file