Shorten sentence.
This commit is contained in:
parent
6eefa4e493
commit
57bad0a357
|
@ -86,7 +86,7 @@ public function login(LoginRequest $request)
|
|||
}
|
||||
|
||||
return redirect('/login')->withErrors([
|
||||
'email' => 'The credentials you entered did not match our records. Try again?',
|
||||
'email' => 'These credentials do not match our records.',
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue