From 360c98280cb954916b922c997ac5e736c489d661 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 3 Mar 2020 12:20:35 +0000 Subject: [PATCH] Site Health: Fix typo in Site Health Status dashboard widget. Follow-up to [47063], [47413]. Props Clorith, dlh. See #49562. git-svn-id: https://develop.svn.wordpress.org/trunk@47415 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index b3b60cab13..ef2e833132 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/wp-admin/includes/dashboard.php @@ -1818,7 +1818,7 @@ function wp_dashboard_site_health() { visit the Site Health screen to gather information on about your site now.' ), + __( 'Site health checks will automatically run periodically to gather information about your site. You can also visit the Site Health screen to gather information about your site now.' ), esc_url( admin_url( 'site-health.php' ) ) ); ?>