fix: Add email validation in the email field of the new contact form (#4909)

This commit is contained in:
Sivin Varghese
2022-06-23 19:22:31 +05:30
committed by GitHub
parent b7606e4dd2
commit f39c10395a
3 changed files with 18 additions and 10 deletions

View File

@@ -71,7 +71,7 @@
"ERROR_MESSAGE": "There was an error, please try again"
},
"DELETE_NOTE": {
"CONFIRM":{
"CONFIRM": {
"TITLE": "Confirm Deletion",
"MESSAGE": "Are you want sure to delete this note?",
"YES": "Yes, Delete it",
@@ -111,7 +111,8 @@
"EMAIL_ADDRESS": {
"PLACEHOLDER": "Enter the email address of the contact",
"LABEL": "Email Address",
"DUPLICATE": "This email address is in use for another contact."
"DUPLICATE": "This email address is in use for another contact.",
"ERROR": "Please enter a valid email address."
},
"PHONE_NUMBER": {
"PLACEHOLDER": "Enter the phone number of the contact",