Skip to content

Commit 8107bcb

Browse files
committed
1 parent 496a1f0 commit 8107bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wcfsetup/install/files/lib/form/NewPasswordForm.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private function validatePassword(PasswordFormField $formField): void
126126
$formField->addValidationError(
127127
new FormFieldValidationError(
128128
'notSecure',
129-
'wcf.user.newPassword.error.notSecure'
129+
'wcf.user.password.error.notSecure'
130130
)
131131
);
132132
}

0 commit comments

Comments
 (0)