2022-11-06 11:28:22 +00:00
|
|
|
<?php
|
|
|
|
|
2023-02-01 18:02:35 +00:00
|
|
|
declare(strict_types=1);
|
2022-11-06 11:28:22 +00:00
|
|
|
|
2023-02-01 18:02:35 +00:00
|
|
|
return [
|
2022-11-06 11:28:22 +00:00
|
|
|
'reset' => 'Your password has been reset!',
|
|
|
|
'sent' => 'We have emailed your password reset link!',
|
|
|
|
'throttled' => 'Please wait before retrying.',
|
|
|
|
'token' => 'This password reset token is invalid.',
|
2023-02-01 18:02:35 +00:00
|
|
|
'user' => 'We can\'t find a user with that email address.',
|
2022-11-06 11:28:22 +00:00
|
|
|
];
|