diff --git a/src/wp-admin/site-health-info.php b/src/wp-admin/site-health-info.php
index abe178f366..5b57addb98 100644
a
|
b
|
require_once( ABSPATH . 'wp-admin/admin-header.php' ); |
74 | 74 | ?> |
75 | 75 | |
76 | 76 | <h2> |
77 | | <?php _e( 'Site Info' ); ?> |
| 77 | <?php _e( 'Site Health Info' ); ?> |
78 | 78 | </h2> |
79 | 79 | |
80 | 80 | <p> |
81 | | <?php _e( 'This page can show you every detail about the configuration of your WordPress website. If we see anything here that could be improved, we will let you know on the Site Status page.' ); ?> |
| 81 | <?php _e( 'This page can show you every detail about the configuration of your WordPress website. If we see anything here that could be improved, we will let you know on the Site Health Status page.' ); ?> |
82 | 82 | </p> |
83 | 83 | <p> |
84 | 84 | <?php _e( 'If you want to export a handy list of all the information on this page, you can use the button below to copy it to the clipboard. You can then paste it in a text file and save it to your harddrive, or paste it in an email exchange with a support engineer or theme/plugin developer for example.' ); ?> |