Skip to content

Commit e8746fe

Browse files
authored
Fix a typo in DisableTwoFactorModal.tsx (pterodactyl#3507)
1 parent 208a547 commit e8746fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/dashboard/forms/DisableTwoFactorModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const DisableTwoFactorModal = () => {
4343
password: '',
4444
}}
4545
validationSchema={object().shape({
46-
password: string().required('You must provider your current password in order to continue.'),
46+
password: string().required('You must provide your current password in order to continue.'),
4747
})}
4848
>
4949
{({ isValid }) => (

0 commit comments

Comments
 (0)