Cachet/app/lang/en/reminders.php

23 lines
779 B
PHP
Raw Normal View History

2014-11-16 22:26:08 +00:00
<?php
2014-12-20 21:20:17 +00:00
return [
2014-11-16 22:26:08 +00:00
2014-12-20 21:20:17 +00:00
/*
|--------------------------------------------------------------------------
| 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.
|
*/
2014-11-16 22:26:08 +00:00
2014-12-20 21:20:17 +00:00
"password" => "Passwords must be at least six characters and match the confirmation.",
2014-12-28 16:15:56 +00:00
"user" => "We can't find a user with that e-mail address.",
"token" => "This password reset token is invalid.",
"sent" => "Password reminder sent!",
"reset" => "Password has been reset!",
2014-11-16 22:26:08 +00:00
2014-12-20 21:20:17 +00:00
];