We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f201a commit 9c84eb7Copy full SHA for 9c84eb7
plugins/performance-lab/includes/site-health/audit-enqueued-assets/helper.php
@@ -181,7 +181,7 @@ function perflab_aea_enqueued_blocking_assets_test(): array {
181
'good' !== $scripts_result['status'] ||
182
'good' !== $styles_result['status']
183
) {
184
- $result['label'] = __( 'Your site has may have a problem with blocking assets', 'performance-lab' );
+ $result['label'] = __( 'Your site may have a problem with blocking assets', 'performance-lab' );
185
$result['status'] = 'recommended';
186
$result['actions'] = sprintf(
187
/* translators: 1: HelpHub URL. 2: Link description. 3.URL to clean cache. 4. Clean Cache text. */
0 commit comments