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.