diff --git a/src/SiteHealthController.php b/src/SiteHealthController.php index 6dc91e9..52e9f7a 100644 --- a/src/SiteHealthController.php +++ b/src/SiteHealthController.php @@ -119,7 +119,7 @@ private function get_http_authorization_test() { __( 'Error', 'pronamic_ideal' ), sprintf( /* translators: %s: The error returned by the lookup. */ - __( 'Your site is unable to test the HTTP Authorization header, and returned the error: %s' ), + __( 'Your site is unable to test the HTTP Authorization header, and returned the error: %s', 'pronamic_ideal' ), $response->get_error_message() ) )