diff --git a/src/wp-login.php b/src/wp-login.php index ab051d244e..76f0585e2c 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -431,7 +431,7 @@ function retrieve_password() { $errors->add( 'retrieve_password_email_failure', sprintf( - __( 'ERROR: The e-mail could not be sent. Your site may not be correctly configured to send e-mails. Get support for resetting your password.' ), + __( 'ERROR: The email could not be sent. Your site may not be correctly configured to send emails. Get support for resetting your password.' ), esc_url( $support ) ) );