Skip to content

Commit

Permalink
Add missing text domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Apr 5, 2023
1 parent b62c276 commit 8facc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SiteHealthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
)
)
Expand Down

0 comments on commit 8facc90

Please sign in to comment.