diff --git a/src/wp-admin/includes/class-wp-site-health.php b/src/wp-admin/includes/class-wp-site-health.php
index 85420f4b8d..c05f275e92 100644
--- a/src/wp-admin/includes/class-wp-site-health.php
+++ b/src/wp-admin/includes/class-wp-site-health.php
@@ -53,7 +53,7 @@ class WP_Site_Health {
 				'site_health_complete'               => __( 'All site health tests have finished running.' ),
 				'site_info_show_copy'                => __( 'Show options for copying this information' ),
 				'site_info_hide_copy'                => __( 'Hide options for copying this information' ),
-				// translators: %s: The percentage score for the tests.
+				// %s will be replaced by site health score.
 				'site_health_complete_screen_reader' => __( 'All site health tests have finished running. Your site scored %s, and the results are now available on the page.' ),
 				'site_info_copied'                   => __( 'Site information has been added to your clipboard.' ),
 			),
