Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'e31b05b9bb505b7955627c49b1f53acd503f2060' into bug/saas…
Browse files Browse the repository at this point in the history
…-results-db#6521
MathieuLamiot committed Apr 12, 2024
2 parents 853e0cd + e31b05b commit 7376232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/Engine/Saas/Admin/AdminBar.php
Original file line number Diff line number Diff line change
@@ -170,7 +170,7 @@ public function add_clean_url_menu_item( WP_Admin_Bar $wp_admin_bar ) {
$title = __( 'Clear Critical Images of this URL', 'rocket' );

if ( $this->rucss_url_context->is_allowed() ) {
$title = __( 'Clean Used CSS of this URL', 'rocket' );
$title = __( 'Clear Used CSS of this URL', 'rocket' );
}

$wp_admin_bar->add_menu(
@@ -201,7 +201,7 @@ public function display_dashboard_button() {
}

$title = __( 'Critical Images Cache', 'rocket' );
$label = esc_html__( 'Clean Critical Images', 'rocket' );
$label = esc_html__( 'Clear Critical Images', 'rocket' );

if ( $this->rucss_url_context->is_allowed() ) {
$title = __( 'Remove Used CSS Cache', 'rocket' );

0 comments on commit 7376232

Please sign in to comment.