From 73772a01381ea654bf7cca48860e61551f363295 Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Wed, 30 Oct 2024 11:12:31 -0700 Subject: [PATCH] change button text --- 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 1b3005ce2..95a344dce 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.