diff options
-rw-r--r-- | server/lib/emailer.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/emailer.ts b/server/lib/emailer.ts index d17749b9a..88a06cb79 100644 --- a/server/lib/emailer.ts +++ b/server/lib/emailer.ts | |||
@@ -75,7 +75,7 @@ class Emailer { | |||
75 | addForgetPasswordEmailJob (to: string, resetPasswordUrl: string) { | 75 | addForgetPasswordEmailJob (to: string, resetPasswordUrl: string) { |
76 | const text = `Hi dear user,\n\n` + | 76 | const text = `Hi dear user,\n\n` + |
77 | `It seems you forgot your password on ${CONFIG.WEBSERVER.HOST}! ` + | 77 | `It seems you forgot your password on ${CONFIG.WEBSERVER.HOST}! ` + |
78 | `Please follow this link to reset it: ${resetPasswordUrl}.\n\n` + | 78 | `Please follow this link to reset it: ${resetPasswordUrl}\n\n` + |
79 | `If you are not the person who initiated this request, please ignore this email.\n\n` + | 79 | `If you are not the person who initiated this request, please ignore this email.\n\n` + |
80 | `Cheers,\n` + | 80 | `Cheers,\n` + |
81 | `PeerTube.` | 81 | `PeerTube.` |