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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
} }
} }
}, },