diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2020-12-11 00:13:12 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-12-14 15:37:29 +0100 |
commit | 40c52969f731b9102d4b33c4f5a80bfbbc651894 (patch) | |
tree | b4c9097889b3d500bd2f29ebfe1373fea14a9def /server/lib/emails/password-reset | |
parent | 2e4b8ae4858616572deec6ebdaa38f20ae96be7a (diff) | |
download | PeerTube-40c52969f731b9102d4b33c4f5a80bfbbc651894.tar.gz PeerTube-40c52969f731b9102d4b33c4f5a80bfbbc651894.tar.zst PeerTube-40c52969f731b9102d4b33c4f5a80bfbbc651894.zip |
emails: remove hardcoded PeerTube names
Diffstat (limited to 'server/lib/emails/password-reset')
-rw-r--r-- | server/lib/emails/password-reset/html.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/emails/password-reset/html.pug b/server/lib/emails/password-reset/html.pug index 54a3ee6df..2af2885bc 100644 --- a/server/lib/emails/password-reset/html.pug +++ b/server/lib/emails/password-reset/html.pug | |||
@@ -7,6 +7,6 @@ block content | |||
7 | p. | 7 | p. |
8 | A reset password procedure for your account #{username} has been requested on #[a(href=WEBSERVER.URL) #{instanceName}]. | 8 | A reset password procedure for your account #{username} has been requested on #[a(href=WEBSERVER.URL) #{instanceName}]. |
9 | Please follow #[a(href=resetPasswordUrl) this link] to reset it: #[a(href=resetPasswordUrl) #{resetPasswordUrl}] | 9 | Please follow #[a(href=resetPasswordUrl) this link] to reset it: #[a(href=resetPasswordUrl) #{resetPasswordUrl}] |
10 | (the link will expire within 1 hour) | 10 | (the link will expire within 1 hour). |
11 | p. | 11 | p. |
12 | If you are not the person who initiated this request, please ignore this email. | 12 | If you are not the person who initiated this request, please ignore this email. |