From ae4006f6f9d3d4327109ab42bf8231fb3567f167 Mon Sep 17 00:00:00 2001 From: Cody Maffucci <46459665+Maffooch@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:51:08 -0600 Subject: [PATCH] Update dojo/notifications/helper.py Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com> --- dojo/notifications/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dojo/notifications/helper.py b/dojo/notifications/helper.py index 4e0eb221a76..2df050a5aa3 100644 --- a/dojo/notifications/helper.py +++ b/dojo/notifications/helper.py @@ -357,7 +357,7 @@ def send_msteams_notification( class EmailNotificationManger(NotificationManagerHelpers): - """Manger for slack notifications and their helpers.""" + """Manger for email notifications and their helpers.""" @dojo_async_task @app.task