diff --git a/i18n/en.js b/i18n/en.js index f458db9..eaabb84 100644 --- a/i18n/en.js +++ b/i18n/en.js @@ -42,6 +42,7 @@ const en = { "validationDateBefore": "Date must be before {0}/{1}/{2}", "validationEmailAddress": "Please enter an email address in this format: user@example.com", "validationPhoneNumber": "Please enter a phone number in this format: 999-999-9999", + "validationZipCode": "Please enter a zip code in this format: 99999", "validationSocialFull": "Please enter a valid Social Security Number in this format: 999-99-9999", "validationSocialPartial": "Please enter the last four digits of a Social Security Number in this format: 9999", "validationTextShortExact": "Entered text is too short (should have {0} characters)", @@ -58,4 +59,4 @@ const en = { "enterValue": "Enter a value" } -export default en; \ No newline at end of file +export default en;