Skip to content

Commit df319a2

Browse files
committed
added a reminders language file.
1 parent 6674b34 commit df319a2

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

app/lang/en/pagination.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*/
1515

1616
'previous' => '« Previous',
17+
1718
'next' => 'Next »',
1819

1920
);

app/lang/en/reminders.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
);

0 commit comments

Comments
 (0)