From 617a8da93fd5eccccbfffbe88c142045ebe7009b Mon Sep 17 00:00:00 2001 From: phecho Date: Sun, 27 Dec 2015 21:41:18 +0800 Subject: [PATCH] Fixed typo --- resources/lang/en/forms.php | 2 +- resources/views/auth/login.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index df98ac38..f3ff857c 100755 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -31,7 +31,7 @@ return [ 'email' => 'Email', 'password' => 'Password', '2fauth' => 'Authentication Code', - 'invalid' => 'Invalid email or password', + 'invalid' => 'Invalid username or password', 'invalid-token' => 'Invalid token', 'cookies' => 'You must enable cookies to login.', ], diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 0cf8a5e6..f1d4bec6 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -31,7 +31,7 @@
- +