change wording on notification button

This commit is contained in:
Godfrey M 2024-10-28 15:03:03 -07:00
parent c24f79c025
commit 6128765d1f

View file

@ -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. <a class="btn btn-primary" href="' . route('settings.slack.index') . '">Change your webhook URL</a>'),
'message' => 'The Microsoft Teams webhook URL being used will be deprecated Jan 31st, 2025. <a class="btn btn-primary" href="' . route('settings.slack.index') . '">Change your webhook endpoint</a>'),
];
// if item of concern is being used and its being used with the deprecated values return the notification array.