tissue/resources/lang/en/passwords.php

23 lines
746 B
PHP
Raw Normal View History

2017-08-27 04:44:53 +09:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset 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.
|
*/
'reset' => 'Your password has been reset!',
'sent' => 'We have e-mailed your password reset link!',
2020-05-23 23:09:55 +09:00
'throttled' => 'Please wait before retrying.',
2017-08-27 04:44:53 +09:00
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that e-mail address.",
];