Fix typo
This commit is contained in:
parent
06ab3aa6e5
commit
0efe38e99f
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ const StaffPasswordResetDialog: React.FC<StaffPasswordResetDialogProps> = ({
|
|||
errors.newPassword ||
|
||||
intl.formatMessage({
|
||||
defaultMessage:
|
||||
"New newPassword must be at least 8 characters long"
|
||||
"New password must be at least 8 characters long"
|
||||
})
|
||||
}
|
||||
label={intl.formatMessage({
|
||||
|
|
Loading…
Reference in a new issue