diff --git a/includes/admin/views/html-admin-page-status-report.php b/includes/admin/views/html-admin-page-status-report.php index b14e90831f2..541eefee3b3 100644 --- a/includes/admin/views/html-admin-page-status-report.php +++ b/includes/admin/views/html-admin-page-status-report.php @@ -335,7 +335,7 @@ If enabled on your server, Suhosin may need to be configured to increase its dat } if ( $plugin_data['Network'] != false ) { - $network_string = ' – ' . __( 'Network enabled', 'woocommerce' ) . ''; + $network_string = ' – ' . __( 'Network enabled', 'woocommerce' ) . ''; } }