diff --git a/plugins/performance-lab/includes/site-health/webp-support/helper.php b/plugins/performance-lab/includes/site-health/webp-support/helper.php index 740421a0a..1ea79c310 100644 --- a/plugins/performance-lab/includes/site-health/webp-support/helper.php +++ b/plugins/performance-lab/includes/site-health/webp-support/helper.php @@ -41,7 +41,7 @@ function webp_uploads_check_webp_supported_test(): array { $result['actions'] = sprintf( '
%s
', /* translators: Accessibility text. */ - __( 'WebP support can only be enabled by your hosting provider. Please contact them to inquire about switching to a plan that supports WebP, or consider switching to a host that offers this feature. Learn more about WebP image support for WordPress sites.', 'performance-lab' ) + __( 'WebP support can only be enabled by your hosting provider. Please contact them to inquire about switching to a plan that supports WebP, or consider switching to a host that offers this capability. Learn more about WebP image support for WordPress sites.', 'performance-lab' ) ); }