]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/emails/verify-email/html.pug
Fix job queue tests
[github/Chocobozzz/PeerTube.git] / server / lib / emails / verify-email / html.pug
index 8a4a777032177290555e20e3bf50e7b967f9679d..be9dde21b883d5244d94df340609245afbc35213 100644 (file)
@@ -4,11 +4,14 @@ block title
   | Account verification
 
 block content
-  p Welcome to PeerTube!
+  p Welcome to #{instanceName}!
   p.
-    You just created an account #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}], your new PeerTube instance. 
+    You just created an account at #[a(href=WEBSERVER.URL) #{instanceName}].
     Your username there is: #{username}.
   p.
-    To start using PeerTube on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] 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
+    To start using your account you must verify your email first!
+    Please follow #[a(href=verifyEmailUrl) this link] to verify this email belongs to you.
+  p.
+    If you can't see the verification link above you can use the following link #[a(href=verifyEmailUrl) #{verifyEmailUrl}]
+  p.
+    If you are not the person who initiated this request, please ignore this email.