Skip to content

Commit ca4bbb6

Browse files
committed
run npm format
2 parents a869bb5 + d0a1391 commit ca4bbb6

32 files changed

+5624
-175
lines changed

app/Http/Controllers/Auth/PasswordResetLinkController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ public function store(Request $request): RedirectResponse
3636
$request->only('email')
3737
);
3838

39-
return back()->with('status', __('If an account exists with that email, you’ll receive a reset link shortly.'));
39+
return back()->with('status', __('A reset link will be sent if the account exists.'));
4040
}
4141
}

0 commit comments

Comments
 (0)