mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 04:20:08 +00:00
1bb1ad764b
Co-authored-by: Shift <shift@laravelshift.com>
21 lines
673 B
PHP
21 lines
673 B
PHP
<?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 emailed your password reset link!',
|
|
'password' => 'The password and confirmation must match and contain at least six characters.',
|
|
|
|
];
|