Fix typo in address incorrect error

This commit is contained in:
Ajay Ramachandran
2020-09-13 16:56:27 -04:00
parent f0a9bf8fad
commit 0ad68b899e

View File

@@ -386,7 +386,7 @@
"message": "Reset" "message": "Reset"
}, },
"customAddressError": { "customAddressError": {
"message": "This address is not in the right form. Make sure you have http:// or https:// at the begining and no trailing slashes." "message": "This address is not in the right form. Make sure you have http:// or https:// at the beginning and no trailing slashes."
}, },
"areYouSureReset": { "areYouSureReset": {
"message": "Are you sure you would like to reset this?" "message": "Are you sure you would like to reset this?"