chore: Update the copy for new password in profile settings (#3676)
Fixes #3656
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user