Pony.fm/resources/lang/en/passwords.php

23 lines
746 B
PHP
Raw Normal View History

2015-08-30 13:22:00 +02:00
<?php
return [
/*
|--------------------------------------------------------------------------
2021-02-14 19:21:24 +01:00
| Password Reset Language Lines
2015-08-30 13:22:00 +02:00
|--------------------------------------------------------------------------
|
| 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!',
2021-02-14 19:21:24 +01:00
'sent' => 'We have e-mailed your password reset link!',
'throttled' => 'Please wait before retrying.',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that e-mail address.",
2015-08-30 13:22:00 +02:00
];