diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php index 61fe7fbd4..2be1be1c5 100644 --- a/resources/lang/en/passwords.php +++ b/resources/lang/en/passwords.php @@ -3,5 +3,8 @@ return [ 'sent' => 'Your password link has been sent!', 'user' => 'No matching active user found with that email.', + 'token' => 'The password reset token you have provided is invalid', + 'password' => 'Passwords must be at least six characters and match the confirmation.', + 'reset' => 'Your password has been reset' ];