Have the auth notice only take up one line (#631)
This commit is contained in:
parent
dca40c48ea
commit
2f696ddd6e
1 changed files with 1 additions and 1 deletions
|
@ -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!',
|
||||||
|
|
Loading…
Reference in a new issue