Skip to content

Commit 73772a0

Browse files
committed
change button text
1 parent b26cae3 commit 73772a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Helpers/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ public static function deprecationCheck() : array {
722722
$deprecations = [
723723
'ms_teams_deprecated' => array(
724724
'check' => !Str::contains(Setting::getSettings()->webhook_endpoint, 'workflows'),
725-
'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>'),
725+
'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 webhook endpoint</a>'),
726726
];
727727

728728
// if item of concern is being used and its being used with the deprecated values return the notification array.

0 commit comments

Comments
 (0)