From 6128765d1f88215c9aa0e528ae2def74cba9bf4c Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Mon, 28 Oct 2024 15:03:03 -0700 Subject: [PATCH] change wording on notification button --- app/Helpers/Helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.