Skip to content

Commit 9c84eb7

Browse files
westonruterb1ink0
andauthored
Fix grammar in translation string
Co-authored-by: Aditya Dhade <[email protected]>
1 parent 90f201a commit 9c84eb7

File tree

1 file changed

+1
-1
lines changed
  • plugins/performance-lab/includes/site-health/audit-enqueued-assets

1 file changed

+1
-1
lines changed

plugins/performance-lab/includes/site-health/audit-enqueued-assets/helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function perflab_aea_enqueued_blocking_assets_test(): array {
181181
'good' !== $scripts_result['status'] ||
182182
'good' !== $styles_result['status']
183183
) {
184-
$result['label'] = __( 'Your site has may have a problem with blocking assets', 'performance-lab' );
184+
$result['label'] = __( 'Your site may have a problem with blocking assets', 'performance-lab' );
185185
$result['status'] = 'recommended';
186186
$result['actions'] = sprintf(
187187
/* translators: 1: HelpHub URL. 2: Link description. 3.URL to clean cache. 4. Clean Cache text. */

0 commit comments

Comments
 (0)