From af1bd630d78bdfc6ea1a234c9f027b9db7474552 Mon Sep 17 00:00:00 2001 From: Maksim Surguy Date: Fri, 13 Sep 2013 17:42:21 -0700 Subject: [PATCH] The default message was not clear Added clarity --- app/lang/en/reminders.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ | */ - "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 +);