Skip to content

Commit 62ce504

Browse files
committed
fix conflicts
2 parents eed2e5e + ca4bbb6 commit 62ce504

32 files changed

+635
-236
lines changed

app/Http/Controllers/Auth/PasswordResetLinkController.php

Lines changed: 1 addition & 1 deletion
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)