8000 The default message was not clear · riotCode/laravel@af1bd63 · GitHub
[go: up one dir, main page]

Skip to content

Commit af1bd63

Browse files
committed
The default message was not clear
Added clarity
1 parent fbd93f6 commit af1bd63

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