Shorten sentence.

This commit is contained in:
Taylor Otwell 2014-10-12 20:32:38 -05:00
parent 6eefa4e493
commit 57bad0a357
1 changed files with 1 additions and 1 deletions

View File

@ -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.',
]);
}