chore: Update the copy for new password in profile settings (#3676)
Fixes #3656
This commit is contained in:
parent
223fb2b7e4
commit
3e8ae3865f
1 changed files with 2 additions and 2 deletions
|
@ -89,14 +89,14 @@
|
||||||
"PLACEHOLDER": "Please enter the current password"
|
"PLACEHOLDER": "Please enter the current password"
|
||||||
},
|
},
|
||||||
"PASSWORD": {
|
"PASSWORD": {
|
||||||
"LABEL": "Password",
|
"LABEL": "New password",
|
||||||
"ERROR": "Please enter a password of length 6 or more",
|
"ERROR": "Please enter a password of length 6 or more",
|
||||||
"PLACEHOLDER": "Please enter a new password"
|
"PLACEHOLDER": "Please enter a new password"
|
||||||
},
|
},
|
||||||
"PASSWORD_CONFIRMATION": {
|
"PASSWORD_CONFIRMATION": {
|
||||||
"LABEL": "Confirm new password",
|
"LABEL": "Confirm new password",
|
||||||
"ERROR": "Confirm password should match the password",
|
"ERROR": "Confirm password should match the password",
|
||||||
"PLACEHOLDER": "Please re-enter your password"
|
"PLACEHOLDER": "Please re-enter your new password"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue