From ecab5319f43d2dca8747e45f7a03348d2b206cd5 Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Tue, 28 Jan 2020 23:18:53 +0200 Subject: [PATCH] i am a derp --- templates/reset_password/html.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/reset_password/html.pug b/templates/reset_password/html.pug index 8da489c..2ade601 100644 --- a/templates/reset_password/html.pug +++ b/templates/reset_password/html.pug @@ -1,5 +1,5 @@ h1 Hello, #{display_name}! -p Follow the link below to activate your Icy Network account. +p Follow the link below to reset your Icy Network account's password. p a.activate(href=domain + "/reset/" + reset_token, target="_blank", rel="nofollow")= domain + "/reset/" + reset_token p If you did not request a password reset on Icy Network, please ignore this email.