]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
emails: remove hardcoded PeerTube names
authorkontrollanten <6680299+kontrollanten@users.noreply.github.com>
Thu, 10 Dec 2020 23:13:12 +0000 (00:13 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 14 Dec 2020 14:37:29 +0000 (15:37 +0100)
server/lib/emails/password-create/html.pug
server/lib/emails/password-reset/html.pug
server/lib/emails/verify-email/html.pug

index 2061435fc0d08fe157a95e22ff697601edcf328c..afa30ae9791a85f493259394ccdde797aa37d458 100644 (file)
@@ -5,6 +5,6 @@ block title
 
 block content
   p.
-    Welcome to #[a(href=WEBSERVER.URL) #{instanceName}], your PeerTube instance. Your username is: #{username}.
+    Welcome to #[a(href=WEBSERVER.URL) #{instanceName}]. 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
index 54a3ee6df59f014acb622802167b839a3498a908..2af2885bc4ca80ea2a30cc1ade93f4ae2ce88b07 100644 (file)
@@ -7,6 +7,6 @@ block content
   p.
     A reset password procedure for your account #{username} has been requested on #[a(href=WEBSERVER.URL) #{instanceName}].
     Please follow #[a(href=resetPasswordUrl) this link] to reset it: #[a(href=resetPasswordUrl) #{resetPasswordUrl}]
-    (the link will expire within 1 hour)
+    (the link will expire within 1 hour).
   p.
     If you are not the person who initiated this request, please ignore this email.
index e6d805a163e1521a813c892fd9361e364bf30146..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) #{instanceName}], 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) #{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
+    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.