Shorten sentence.

This commit is contained in:
Taylor Otwell
2014-10-12 20:32:38 -05:00
parent 6eefa4e493
commit 57bad0a357

View File

@@ -86,7 +86,7 @@ class AuthController {
} }
return redirect('/login')->withErrors([ return redirect('/login')->withErrors([
'email' => 'The credentials you entered did not match our records. Try again?', 'email' => 'These credentials do not match our records.',
]); ]);
} }