diff --git a/resources/lang/en/reminders.php b/resources/lang/en/reminders.php index 39aff10d1c..8a197467df 100644 --- a/resources/lang/en/reminders.php +++ b/resources/lang/en/reminders.php @@ -14,11 +14,8 @@ return array( */ "password" => "Passwords must be six characters and match the confirmation.", - "user" => "Username or email address is incorrect", - "token" => 'This password reset token is invalid or expired, or does not match the username provided.', - - "sent" => "If a matching email address was found, a password reminder has been sent!", + 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.', );