diff --git a/files/helpers/mail.py b/files/helpers/mail.py index 9b7531068..9baf264b4 100644 --- a/files/helpers/mail.py +++ b/files/helpers/mail.py @@ -33,5 +33,5 @@ def send_verification_email(user, email=None): html=render_template("email/email_verify.html", action_url=link, v=user), - subject=f"Validate your {SITE_NAME} account email." + subject=f"Verify your {SITE_NAME} account email" )