Merge pull request #328 from Safelite/feature/digital/SSR-480
Feature/digital/ssr 480
This commit is contained in:
commit
90d56cc741
1 changed files with 3 additions and 3 deletions
|
|
@ -18,8 +18,8 @@ const errorMessages = {
|
|||
LAST_NAME_REQUIRED: "Please enter your last name",
|
||||
EMAIL_ADDRESS_REQUIRED: "Please enter your email address",
|
||||
EMAIL_ADDRESS_FORMAT: "Please enter a valid email address",
|
||||
SERVICE_ZIP_REQUIRED: "Please enter your ZIP",
|
||||
SERVICE_ZIP_FORMAT: "Please enter a valid ZIP",
|
||||
SERVICE_ZIP_REQUIRED: "Please enter your service ZIP",
|
||||
SERVICE_ZIP_FORMAT: "Please enter a valid service ZIP",
|
||||
VIN_REQUIRED: "Please enter your VIN",
|
||||
VIN_FORMAT: "Invalid VIN. Please make sure that you entered the correct 17-digit, alpha-numeric number. VINs do not contain the letters I, O, or Q",
|
||||
OPTION_REQUIRED: "Please select an option",
|
||||
|
|
@ -27,7 +27,7 @@ const errorMessages = {
|
|||
POLICY_NUMBER_REQUIRED: "Please enter your policy number",
|
||||
PHONE_NUMBER_REQUIRED: "Please enter phone number",
|
||||
PHONE_NUMBER_FORMAT: "Please enter your phone number. The format must be ###-###-####",
|
||||
POLICY_ZIP_REQUIRED: "Please enter your policy zip",
|
||||
POLICY_ZIP_REQUIRED: "Please enter your policy ZIP",
|
||||
POLICY_ZIP_FORMAT: "Please enter a valid ZIP",
|
||||
LOSS_CAUSE_REQUIRED: "Please enter loss cause",
|
||||
LOSS_CITY_REQUIRED: "Please enter a city",
|
||||
|
|
|
|||
Loading…
Reference in a new issue