Contact form errors fix

This commit is contained in:
2024-11-19 19:29:03 +00:00
parent 0a22799555
commit c0b1550609
4 changed files with 28 additions and 5 deletions
+3 -1
View File
@@ -170,7 +170,9 @@
"success": "Your message has been sent successfully!",
"error": "An error occurred while sending your message. Please try again later.",
"empty": "Please fill out all the fields before sending the message.",
"invalidCountryCode": "Please enter a valid country code."
"invalidCountryCode": "Please enter a valid country code.",
"invalidEmail": "Please enter a valid email address.",
"invalidPhone": "Please enter a valid phone number."
}
},
"footer": {