From 7a0b24a4ad0cdb65bcf8e8a40141c55fbb58ff4b Mon Sep 17 00:00:00 2001 From: eric-intuitem <71850047+eric-intuitem@users.noreply.github.com> Date: Thu, 29 Feb 2024 23:46:06 +0100 Subject: [PATCH] Update views.py Update message --- backend/iam/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/iam/views.py b/backend/iam/views.py index 8c6d8aada..7fc6c439c 100644 --- a/backend/iam/views.py +++ b/backend/iam/views.py @@ -111,7 +111,7 @@ def post(self, request): try: associated_user.mailing( email_template_name="registration/password_reset_email.html", - subject=_("Ciso: Password Reset"), + subject=_("CISO Assistant: Password Reset"), ) print("Sending reset mail to", email) except Exception as e: