diff --git a/includes/Checker/Checks/Performance/Enqueued_Scripts_Scope_Check.php b/includes/Checker/Checks/Performance/Enqueued_Scripts_Scope_Check.php index d3e7b7f5c..d92846083 100644 --- a/includes/Checker/Checks/Performance/Enqueued_Scripts_Scope_Check.php +++ b/includes/Checker/Checks/Performance/Enqueued_Scripts_Scope_Check.php @@ -139,7 +139,7 @@ function () use ( $result ) { if ( isset( $plugin_script['count'] ) && ( $url_count === $plugin_script['count'] ) ) { $this->add_result_warning_for_file( $result, - __( 'This script is being loaded in all contexts.', 'plugin-check' ), + __( 'This script is being loaded in all frontend contexts.', 'plugin-check' ), 'EnqueuedScriptsScope', $plugin_script['path'] );