chore: Update the copy for new password in profile settings (#3676)

Fixes #3656
This commit is contained in:
Prithvi Tharun
2022-01-03 12:13:50 +05:30
committed by GitHub
parent 223fb2b7e4
commit 3e8ae3865f

View File

@@ -89,14 +89,14 @@
"PLACEHOLDER": "Please enter the current password"
},
"PASSWORD": {
"LABEL": "Password",
"LABEL": "New password",
"ERROR": "Please enter a password of length 6 or more",
"PLACEHOLDER": "Please enter a new password"
},
"PASSWORD_CONFIRMATION": {
"LABEL": "Confirm new password",
"ERROR": "Confirm password should match the password",
"PLACEHOLDER": "Please re-enter your password"
"PLACEHOLDER": "Please re-enter your new password"
}
}
},