From 7caadd05c9df911619a16cda24cab38e1fc9ec21 Mon Sep 17 00:00:00 2001 From: Gael Robin Date: Mon, 4 Nov 2024 03:34:44 +0100 Subject: [PATCH] Closes #7080: Remove `RUCSS` from setting button --- inc/Engine/Admin/Settings/Page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Engine/Admin/Settings/Page.php b/inc/Engine/Admin/Settings/Page.php index ac5eb3f473..8f602a752b 100644 --- a/inc/Engine/Admin/Settings/Page.php +++ b/inc/Engine/Admin/Settings/Page.php @@ -600,7 +600,7 @@ private function assets_section() { 'sanitize_callback' => 'sanitize_checkbox', 'options' => [ 'remove_unused_css' => [ - 'label' => __( 'Remove Unused CSS (RUCSS)', 'rocket' ), + 'label' => __( 'Remove Unused CSS', 'rocket' ), 'disabled' => $invalid_license || $rucss_status['disable'] ? 'disabled' : false, // 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' ), '', '' ),