SSR-450
Added error message
This commit is contained in:
parent
7d3489c4fa
commit
9af5e9e328
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ const errorMessages = {
|
|||
DAMAGE_OPTION_REQUIRED: "Please select an option",
|
||||
|
||||
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