From 57bad0a357737378aab59f8f1a1c464a49e8215b Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 12 Oct 2014 20:32:38 -0500 Subject: [PATCH] Shorten sentence. --- app/Http/Controllers/Auth/AuthController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Auth/AuthController.php b/app/Http/Controllers/Auth/AuthController.php index bcb1bbac..bbec2415 100644 --- a/app/Http/Controllers/Auth/AuthController.php +++ b/app/Http/Controllers/Auth/AuthController.php @@ -86,7 +86,7 @@ class AuthController { } return redirect('/login')->withErrors([ - 'email' => 'The credentials you entered did not match our records. Try again?', + 'email' => 'These credentials do not match our records.', ]); }