Skip to content

Commit 2f696dd

Browse files
lancepiochDaneEveritt
authored andcommitted
Have the auth notice only take up one line (pterodactyl#631)
1 parent dca40c4 commit 2f696dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'not_authorized' => 'You are not authorized to perform this action.',
55
'auth_error' => 'There was an error while attempting to login.',
6-
'authentication_required' => 'Authentication is required in order to continue.',
6+
'authentication_required' => 'Authentication is required to continue.',
77
'remember_me' => 'Remember Me',
88
'sign_in' => 'Sign In',
99
'forgot_password' => 'I\'ve forgotten my password!',

0 commit comments

Comments
 (0)