diff --git a/src/wp-login.php b/src/wp-login.php index c9db31826bbdb..665963be259c6 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -877,7 +877,7 @@ function wp_login_viewport_meta() { login_header( __( 'Lost Password' ), wp_get_admin_notice( - __( 'Please enter your username or email address. You will receive an email message with instructions on how to reset your password.' ), + __( 'Please enter your username or email address. You will receive an email with instructions on how to reset your password.' ), array( 'type' => 'info', 'additional_classes' => array( 'message' ),