Change Error Message

This commit is contained in:
Akhtar Khan 2020-09-02 11:44:55 +05:30
parent ced3907595
commit b85f1efa84
1 changed files with 1 additions and 1 deletions

View File

@ -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"
]
];