diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php index 3491f37b7..00ca7d301 100644 --- a/resources/lang/en/passwords.php +++ b/resources/lang/en/passwords.php @@ -1,7 +1,7 @@ 'If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'No matching active user found with that email.', + 'sent' => 'If a user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a user with a valid email address exists in our system, a password recovery email has been sent.', "token" => "This password reset token is invalid or expired.", ];