Index: wp-admin/includes/class-wp-site-health.php
===================================================================
--- wp-admin/includes/class-wp-site-health.php	(revision 46739)
+++ wp-admin/includes/class-wp-site-health.php	(working copy)
@@ -723,7 +723,7 @@
 		if ( $response['is_secure'] ) {
 			$result['label'] = sprintf(
 				/* translators: %s: The server PHP version. */
-				__( 'Your version of PHP (%s) should be updated' ),
+				__( 'Your version of PHP (%s) is out of date and should be updated' ),
 				PHP_VERSION
 			);
 			$result['status'] = 'recommended';
@@ -734,7 +734,7 @@
 		// Anything no longer secure must be updated.
 		$result['label'] = sprintf(
 			/* translators: %s: The server PHP version. */
-			__( 'Your version of PHP (%s) requires an update' ),
+			__( 'Your version of PHP (%s) is out of date and requires an update' ),
 			PHP_VERSION
 		);
 		$result['status']         = 'critical';
