Have the auth notice only take up one line (#631)

This commit is contained in:
Lance Pioch 2017-09-21 01:30:03 -04:00 committed by Dane Everitt
parent dca40c48ea
commit 2f696ddd6e

View file

@ -3,7 +3,7 @@
return [ return [
'not_authorized' => 'You are not authorized to perform this action.', 'not_authorized' => 'You are not authorized to perform this action.',
'auth_error' => 'There was an error while attempting to login.', 'auth_error' => 'There was an error while attempting to login.',
'authentication_required' => 'Authentication is required in order to continue.', 'authentication_required' => 'Authentication is required to continue.',
'remember_me' => 'Remember Me', 'remember_me' => 'Remember Me',
'sign_in' => 'Sign In', 'sign_in' => 'Sign In',
'forgot_password' => 'I\'ve forgotten my password!', 'forgot_password' => 'I\'ve forgotten my password!',