Skip to content

Commit 7cf0bb5

Browse files
committed
Site Health: Improve descriptions for critical issues and recommended improvements.
Props aarti1318, naveendwivedi, westonruter, sabernhardt, dhruvang21, rollybueno. Fixes #63787. git-svn-id: https://develop.svn.wordpress.org/trunk@60609 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 84b2086 commit 7cf0bb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-admin/site-health.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
?>
262262
</h3>
263263

264-
<p><?php _e( 'Critical issues are items that may have a high impact on your sites performance or security, and resolving these issues should be prioritized.' ); ?></p>
264+
<p><?php _e( 'Critical issues are items that may have a high impact on your site&#8217;s performance or security. Resolving these issues should be prioritized.' ); ?></p>
265265

266266
<div id="health-check-site-status-critical" class="health-check-accordion issues"></div>
267267
</div>
@@ -274,7 +274,7 @@
274274
?>
275275
</h3>
276276

277-
<p><?php _e( 'Recommended items are considered beneficial to your site, although not as important to prioritize as a critical issue, they may include improvements to things such as; Performance, user experience, and more.' ); ?></p>
277+
<p><?php _e( 'Recommended items are considered beneficial to your site, although not as important to prioritize as a critical issue. They may include improvements in areas such as security, performance, and user experience.' ); ?></p>
278278

279279
<div id="health-check-site-status-recommended" class="health-check-accordion issues"></div>
280280
</div>

0 commit comments

Comments
 (0)