diff --git a/src/wp-admin/includes/class-wp-site-health.php b/src/wp-admin/includes/class-wp-site-health.php
index 85420f4b8d..de1136db03 100644
|
a
|
b
|
class WP_Site_Health { |
| 53 | 53 | 'site_health_complete' => __( 'All site health tests have finished running.' ), |
| 54 | 54 | 'site_info_show_copy' => __( 'Show options for copying this information' ), |
| 55 | 55 | 'site_info_hide_copy' => __( 'Hide options for copying this information' ), |
| 56 | | // translators: %s: The percentage score for the tests. |
| 57 | 56 | '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.' ), |
| 58 | 57 | 'site_info_copied' => __( 'Site information has been added to your clipboard.' ), |
| 59 | 58 | ), |