diff --git a/src/wp-admin/includes/class-wp-site-health.php b/src/wp-admin/includes/class-wp-site-health.php
index 12e127353b..98b57c5c9d 100644
a
|
b
|
class WP_Site_Health { |
668 | 668 | |
669 | 669 | // The PHP version is older than the recommended version, but still acceptable. |
670 | 670 | if ( $response['is_supported'] ) { |
671 | | $result['label'] = __( 'We recommend that you update PHP' ); |
| 671 | $result['label'] = __( 'Your PHP version is out of date' ); |
672 | 672 | $result['status'] = 'recommended'; |
673 | 673 | |
674 | 674 | return $result; |