Updated password reset language
This commit is contained in:
parent
25097bce31
commit
ce45c3af4e
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'sent' => 'Your password link has been sent!',
|
'sent' => 'Your password link has been sent!',
|
||||||
'user' => 'That user does not exist or does not have an email address associated',
|
'user' => 'No matching active user found with that email.',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue