diff --git a/includes/admin/views/html-admin-page-status-report.php b/includes/admin/views/html-admin-page-status-report.php
index 03331f447c6..0eb0f0968ed 100644
--- a/includes/admin/views/html-admin-page-status-report.php
+++ b/includes/admin/views/html-admin-page-status-report.php
@@ -187,13 +187,13 @@ If enabled on your server, Suhosin may need to be configured to increase its dat
// DOMDocument
$posting['dom_document']['name'] = 'DOMDocument';
- $posting['dom_document']['help'] = '[?]';
+ $posting['dom_document']['help'] = '[?]';
if ( class_exists( 'DOMDocument' ) ) {
$posting['dom_document']['success'] = true;
} else {
$posting['dom_document']['success'] = false;
- $posting['dom_document']['note'] = sprintf( __( 'Your server does not have the DOMDocument class enabled - HTML and Multipart emails will not work and some shipping plugins which use DOMDocument may not work as expected.', 'woocommerce' ), 'http://php.net/manual/en/class.domdocument.php' ) . '';
+ $posting['dom_document']['note'] = sprintf( __( 'Your server does not have the DOMDocument class enabled - HTML/Multipart emails, and also some extensions, will not work without DOMDocument.', 'woocommerce' ), 'http://php.net/manual/en/class.domdocument.php' ) . '';
}
// WP Remote Post Check