diff --git a/includes/class-health-check.php b/includes/class-health-check.php index 238455a..a85b28a 100644 --- a/includes/class-health-check.php +++ b/includes/class-health-check.php @@ -111,7 +111,7 @@ class Health_Check { $result['badge']['color'] = 'orange'; $result['description'] = \sprintf( '

%s

', - \__( 'It is highly recommended to use your Systems Task Scheduler instead of the default WP_Cron setup. For further informations, check the "Hooking WP-Cron Into the System Task Scheduler" from the Plugin Handbook.', 'activitypub' ) + \__( 'It is highly recommended to use your Systems Task Scheduler instead of the default WP_Cron setup. For further informations, check the "Hooking WP-Cron Into the System Task Scheduler" guide from the Plugin Handbook.', 'activitypub' ) ); return $result;