Skip to content

Commit

Permalink
Validation zip code missing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielruss authored Aug 12, 2024
1 parent 4424ecc commit ee59ad8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const en = {
"validationDateBefore": "Date must be before {0}/{1}/{2}",
"validationEmailAddress": "Please enter an email address in this format: [email protected]",
"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)",
Expand All @@ -58,4 +59,4 @@ const en = {
"enterValue": "Enter a value"
}

export default en;
export default en;

0 comments on commit ee59ad8

Please sign in to comment.