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: