diff --git a/inc/Engine/Admin/Settings/Page.php b/inc/Engine/Admin/Settings/Page.php
index 6ff631e381..801cb0b22f 100644
--- a/inc/Engine/Admin/Settings/Page.php
+++ b/inc/Engine/Admin/Settings/Page.php
@@ -703,7 +703,7 @@ private function assets_section() {
'remove_unused_css' => [
'label' => __( 'Remove Unused CSS', 'rocket' ),
// translators: %1$s = opening tag, %2$s = closing tag.
- 'description' => sprintf( __( 'Removes unused CSS per page and helps to reduce page size and HTTP requests. Recommended for best performance. Test thoroughly! %1$sMore info%2$s', 'rocket' ), '', '' ),
+ 'description' => sprintf( __( 'Removes unused CSS per page and helps to reduce page size and HTTP requests. Recommended for best performance. Test thoroughly! %1$sMore info%2$s', 'rocket' ), '', '' ),
'warning' => [
'title' => __( 'We’re still working on it!', 'rocket' ),
'description' => __( 'This is a beta feature. We’re providing you early access but some changes might be added later on. If you notice any errors on your website, simply deactivate the feature.', 'rocket' ),