Uniformization of verbiage. Purge every dot (#54)

As one would expect, pointless to have a dot at the end of the subject of a very important message (dot)
Were it not for the extraneous dot, the legitimacy of the message would still be in question due to its lack of verbiage uniformization. The verbiage is "verify" everywhere else except for some parts of the code itself. This is egregious. With this single-commit pull request, we erradicate the last of "Validate".

Co-authored-by: mmadeira <marcos_madeira@outlook.com>
Reviewed-on: #54
Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
pull/55/head
mummified-corroding-granny 2022-12-07 16:54:18 +00:00 committed by Aevann
parent 81267ef1c6
commit 7a5750a408
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)