Updated password reset language

This commit is contained in:
snipe 2018-08-14 18:11:32 -07:00
parent 25097bce31
commit ce45c3af4e

View file

@ -2,6 +2,6 @@
return [
'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.',
];