Browse Source

Shorten sentence.

Taylor Otwell 10 years ago
parent
commit
57bad0a357
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Auth/AuthController.php

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