feat(fixing forms tunnel & wip dashboard)
This commit is contained in:
@@ -36,6 +36,6 @@ class PasswordResetLinkController extends Controller
|
||||
$request->only('email')
|
||||
);
|
||||
|
||||
return back()->with('status', __('A reset link will be sent if the account exists.'));
|
||||
return back()->with('status', __('passwords.sent_if_exists'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user