|
@@ -17,5 +17,6 @@ return [
|
|
'sent' => 'We have e-mailed your password reset link!',
|
|
'sent' => 'We have e-mailed your password reset link!',
|
|
'token' => 'This password reset token is invalid.',
|
|
'token' => 'This password reset token is invalid.',
|
|
'user' => "We can't find a user with that e-mail address.",
|
|
'user' => "We can't find a user with that e-mail address.",
|
|
|
|
+ 'timeout' => 'Please wait before retrying.',
|
|
|
|
|
|
];
|
|
];
|