diff options
Diffstat (limited to 'server/lib/emails/verify-email')
-rw-r--r-- | server/lib/emails/verify-email/html.pug | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/server/lib/emails/verify-email/html.pug b/server/lib/emails/verify-email/html.pug index e6d805a16..be9dde21b 100644 --- a/server/lib/emails/verify-email/html.pug +++ b/server/lib/emails/verify-email/html.pug | |||
@@ -4,11 +4,14 @@ block title | |||
4 | | Account verification | 4 | | Account verification |
5 | 5 | ||
6 | block content | 6 | block content |
7 | p Welcome to PeerTube! | 7 | p Welcome to #{instanceName}! |
8 | p. | 8 | p. |
9 | You just created an account #[a(href=WEBSERVER.URL) #{instanceName}], your new PeerTube instance. | 9 | You just created an account at #[a(href=WEBSERVER.URL) #{instanceName}]. |
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) #{instanceName}] you must verify your email first! | 12 | To start using your account 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. |
14 | If you are not the person who initiated this request, please ignore this email. \ No newline at end of file | 14 | p. |
15 | If you can't see the verification link above you can use the following link #[a(href=verifyEmailUrl) #{verifyEmailUrl}] | ||
16 | p. | ||
17 | If you are not the person who initiated this request, please ignore this email. | ||