Fixed Issue 3854

This commit is contained in:
Akhtar Khan 2020-09-01 18:50:20 +05:30
parent 63cced9d69
commit 9657a99774
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class ForgotPasswordController extends Controller
);
if ($response == Password::RESET_LINK_SENT) {
session()->flash('success', trans($response));
session()->flash('success', trans('customer::app.forget_password.reset_link_sent'));
return back();
}