Files
librenms-librenms/resources/lang/en/passwords.php
T

23 lines
744 B
PHP
Raw Normal View History

2018-05-09 08:05:17 -05: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!',
2021-10-03 01:04:59 +02:00
'sent' => 'We have emailed your password reset link!',
2020-05-23 19:05:18 +02:00
'throttled' => 'Please wait before retrying.',
2018-05-09 08:05:17 -05:00
'token' => 'This password reset token is invalid.',
2021-10-03 01:04:59 +02:00
'user' => "We can't find a user with that email address.",
2018-05-09 08:05:17 -05:00
];