8000 Merge pull request #2311 from msurguy/patch-2 · riotCode/laravel@b2ac319 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2ac319

Browse files
committed
Merge pull request laravel#2311 from msurguy/patch-2
The default message was not clear
2 parents 6a35264 + af1bd63 commit b2ac319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/lang/en/reminders.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
|
1414
*/
1515

16-
"password" => "Passwords must be six characters and match the confirmation.",
16+
"password" => "Passwords must be at least six characters long and match the confirmation.",
1717

1818
"user" => "We can't find a user with that e-mail address.",
1919

2020
"token" => "This password reset token is invalid.",
2121

22-
);
22+
);

0 commit comments

Comments
 (0)
0