Update error message
This commit is contained in:
parent
d691e709fa
commit
67e6c594f4
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ const errorMessages = Object.freeze({
|
|||
POLICYHOLDER_FIRST_NAME_REQUIRED: 'First name is required.',
|
||||
POLICYHOLDER_LAST_NAME_REQUIRED: 'Last name is required.',
|
||||
ACKNOWLEDGEMENT_REQUIRED: 'You must agree to the terms to continue',
|
||||
NO_SELECTION_REQUIRED: 'Please select an option',
|
||||
NO_SELECTION_REQUIRED: 'Please make a selection to continue',
|
||||
|
||||
YEAR_REQUIRED: 'Vehicle year is required.',
|
||||
MAKE_REQUIRED: 'Vehicle make is required.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue