aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/password-create
diff options
context:
space:
mode:
authorkontrollanten <6680299+kontrollanten@users.noreply.github.com>2020-12-11 00:13:12 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-12-14 15:37:29 +0100
commit40c52969f731b9102d4b33c4f5a80bfbbc651894 (patch)
treeb4c9097889b3d500bd2f29ebfe1373fea14a9def /server/lib/emails/password-create
parent2e4b8ae4858616572deec6ebdaa38f20ae96be7a (diff)
downloadPeerTube-40c52969f731b9102d4b33c4f5a80bfbbc651894.tar.gz
PeerTube-40c52969f731b9102d4b33c4f5a80bfbbc651894.tar.zst
PeerTube-40c52969f731b9102d4b33c4f5a80bfbbc651894.zip
emails: remove hardcoded PeerTube names
Diffstat (limited to 'server/lib/emails/password-create')
-rw-r--r--server/lib/emails/password-create/html.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/emails/password-create/html.pug b/server/lib/emails/password-create/html.pug
index 2061435fc..afa30ae97 100644
--- a/server/lib/emails/password-create/html.pug
+++ b/server/lib/emails/password-create/html.pug
@@ -5,6 +5,6 @@ block title
5 5
6block content 6block content
7 p. 7 p.
8 Welcome to #[a(href=WEBSERVER.URL) #{instanceName}], your PeerTube instance. Your username is: #{username}. 8 Welcome to #[a(href=WEBSERVER.URL) #{instanceName}]. Your username is: #{username}.
9 Please set your password by following #[a(href=createPasswordUrl) this link]: #[a(href=createPasswordUrl) #{createPasswordUrl}] 9 Please set your password by following #[a(href=createPasswordUrl) this link]: #[a(href=createPasswordUrl) #{createPasswordUrl}]
10 (this link will expire within seven days). \ No newline at end of file 10 (this link will expire within seven days). \ No newline at end of file