Change Error Message
This commit is contained in:
parent
ced3907595
commit
b85f1efa84
|
|
@ -16,6 +16,6 @@ return [
|
|||
],
|
||||
'forget_password' => [
|
||||
'reset_link_sent' => 'We have e-mailed your reset password link.',
|
||||
'email_not_exist' => 'Email Does not Exist'
|
||||
'email_not_exist' => "We can't find a user with that e-mail address"
|
||||
]
|
||||
];
|
||||
Loading…
Reference in New Issue