File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 14
14
*/
15
15
16
16
'previous ' => '« Previous ' ,
17
+
17
18
'next ' => 'Next » ' ,
18
19
19
20
);
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ return array (
4
+
5
+ /*
6
+ |--------------------------------------------------------------------------
7
+ | Password Reminder Language Lines
8
+ |--------------------------------------------------------------------------
9
+ |
10
+ | The following language lines are the default lines which match reasons
11
+ | that are given by the password broker for a password update attempt
12
+ | has failed, such as for an invalid token or invalid new password.
13
+ |
14
+ */
15
+
16
+ "password " => "Passwords must be six characters and match the confirmation. " ,
17
+
18
+ "user " => "We can't find a user with that e-mail address. " ,
19
+
20
+ "token " => "This password reset token is invalid. " ,
21
+
22
+ );
You can’t perform that action at this time.
0 commit comments