From 40c52969f731b9102d4b33c4f5a80bfbbc651894 Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Fri, 11 Dec 2020 00:13:12 +0100 Subject: emails: remove hardcoded PeerTube names --- server/lib/emails/password-reset/html.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/emails/password-reset') 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 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. -- cgit v1.2.3