Mail: Use the standardised spelling of `email` in the password reset error message.

Fixes #39110


git-svn-id: https://develop.svn.wordpress.org/trunk@45405 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2019-05-24 22:52:55 +00:00
parent 3834909270
commit fce8910a2d
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ function retrieve_password() {
$errors->add(
'retrieve_password_email_failure',
sprintf(
__( '<strong>ERROR</strong>: The e-mail could not be sent. Your site may not be correctly configured to send e-mails. <a href="%s">Get support for resetting your password</a>.' ),
__( '<strong>ERROR</strong>: The email could not be sent. Your site may not be correctly configured to send emails. <a href="%s">Get support for resetting your password</a>.' ),
esc_url( $support )
)
);