diff --git a/app/lang/en/reminders.php b/app/lang/en/reminders.php index 4a9f1766..0db3455f 100644 --- a/app/lang/en/reminders.php +++ b/app/lang/en/reminders.php @@ -13,10 +13,10 @@ return array( | */ - "password" => "Passwords must be six characters and match the confirmation.", + "password" => "Passwords must be at least six characters long and match the confirmation.", "user" => "We can't find a user with that e-mail address.", "token" => "This password reset token is invalid.", -); \ No newline at end of file +);