Ticket #52521: 52521.diff
File 52521.diff, 883 bytes (added by , 4 years ago) |
---|
-
wp-admin/includes/dashboard.php
1877 1877 <?php _e( 'Your site has critical issues that should be addressed as soon as possible to improve its performance and security.' ); ?> 1878 1878 <?php elseif ( $issues_total <= 0 ) : ?> 1879 1879 <?php _e( 'Great job! Your site currently passes all site health checks.' ); ?> 1880 <?php elseif ( $issues_total == 1 ) : ?> 1881 <?php _e( 'Your site’s health is looking good, but there is still one thing you can do to improve its performance and security.' ); ?> 1880 1882 <?php else : ?> 1881 1883 <?php _e( 'Your site’s health is looking good, but there are still some things you can do to improve its performance and security.' ); ?> 1882 1884 <?php endif; ?>