2025-03-22 16:41:26 +01:00

22 lines
906 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| 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 at least eight characters and match the confirmation.',
'reset' => 'Your password has been reset!',
'sent' => 'If an account exists for the provided email address, you should receive a password reset link shortly.',
'token' => 'This password reset token is invalid.',
'user' => 'If an account exists for the provided email address, you should receive a password reset link shortly.',
];