diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php index 00ca7d3015..25633b4581 100644 --- a/resources/lang/en/passwords.php +++ b/resources/lang/en/passwords.php @@ -1,7 +1,8 @@ '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.", + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a matching 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, or does not match the username provided.', + 'reset' => 'Your password has been reset!', ];