Commit df319a21 authored by Taylor Otwell's avatar Taylor Otwell

added a reminders language file.

parent 6674b34a
...@@ -14,6 +14,7 @@ return array( ...@@ -14,6 +14,7 @@ return array(
*/ */
'previous' => '« Previous', 'previous' => '« Previous',
'next' => 'Next »', 'next' => 'Next »',
); );
\ No newline at end of file
<?php
return array(
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
"password" => "Passwords must be six characters 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment