diff --git a/app/Helpers/Helper.php b/app/Helpers/Helper.php index de45b5848b..5d68f6e0e3 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 URL'), + 'message' => 'The Microsoft Teams webhook URL being used will be deprecated Jan 31st, 2025. Change your webhook endpoint'), ]; // if item of concern is being used and its being used with the deprecated values return the notification array.