diff --git a/app/Helpers/Helper.php b/app/Helpers/Helper.php
index 1b3005ce26..95a344dce9 100644
--- a/app/Helpers/Helper.php
+++ b/app/Helpers/Helper.php
@@ -722,7 +722,7 @@ class Helper
$deprecations = [
'ms_teams_deprecated' => array(
'check' => !Str::contains(Setting::getSettings()->webhook_endpoint, 'workflows'),
- 'message' => 'The Microsoft Teams webhook URL being used will be deprecated Jan 31st, 2025. Change your webhook endpoint'),
+ 'message' => 'The Microsoft Teams webhook URL being used will be deprecated Jan 31st, 2025. Change webhook endpoint'),
];
// if item of concern is being used and its being used with the deprecated values return the notification array.