Merge pull request #286 from Safelite/feature/Develop/SSR-450
feature/Develop/SSR-450
This commit is contained in:
commit
564339e360
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ const errorMessages = {
|
||||||
DAMAGE_OPTION_REQUIRED: "Please select an option",
|
DAMAGE_OPTION_REQUIRED: "Please select an option",
|
||||||
|
|
||||||
POLICYHOLDER_FIRST_NAME_REQUIRED: "Please enter the policyholder first name",
|
POLICYHOLDER_FIRST_NAME_REQUIRED: "Please enter the policyholder first name",
|
||||||
POLICYHOLDER_LAST_NAME_REQUIRED: "Please enter the policyholder last name"
|
POLICYHOLDER_LAST_NAME_REQUIRED: "Please enter the policyholder last name",
|
||||||
|
ACKNOWLEDGEMENT_REQUIRED: "You must agree to the terms to continue"
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue