Skip to content

Commit 34f1152

Browse files
committed
Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop
2 parents c46f2cb + e42b01c commit 34f1152

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
@@ -13,7 +13,7 @@
1313
'email_sent' => 'An email has been sent to you with further instructions for resetting your password.',
1414
'failed' => 'The credentials provided to not match those we have on record, or the 2FA token provided was invalid.',
1515
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
16-
'password_requirements' => 'Passwords must contain at least one uppercase, lowecase, and numeric character and must be at least 8 characters in length.',
16+
'password_requirements' => 'Passwords must contain at least one uppercase, lowercase, and numeric character and must be at least 8 characters in length.',
1717
'request_reset' => 'Locate Account',
1818
'2fa_required' => '2-Factor Authentication',
1919
'2fa_failed' => 'The 2FA token provided was invalid.',

0 commit comments

Comments
 (0)