diff --git a/src/wp-login.php b/src/wp-login.php index 096a2d4b4c..0b552ef326 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -840,7 +840,7 @@ switch ( $action ) { */ do_action( 'lost_password', $errors ); - login_header( __( 'Lost Password' ), '

' . __( 'Please enter your username or email address. You will receive a link to create a new password via email.' ) . '

', $errors ); + login_header( __( 'Lost Password' ), '

' . __( 'Please enter your username or email address. You will receive an email message with instructions on how to reset your password.' ) . '

', $errors ); $user_login = '';