Merge pull request #1024 from Safelite/feature/richardson/Endorsement.Updates
update error message
This commit is contained in:
commit
0ee7ec087a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ const errorMessages = Object.freeze({
|
||||||
VIN_FORMAT:
|
VIN_FORMAT:
|
||||||
// eslint-disable-next-line max-len
|
// eslint-disable-next-line max-len
|
||||||
'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',
|
'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 choose an option',
|
OPTION_REQUIRED: 'Please select an option',
|
||||||
VEHICLE_REQUIRED: 'Please select a vehicle',
|
VEHICLE_REQUIRED: 'Please select a vehicle',
|
||||||
POLICY_NUMBER_REQUIRED: 'Policy number is required.',
|
POLICY_NUMBER_REQUIRED: 'Policy number is required.',
|
||||||
POLICY_NUMBER_FORMAT: 'Please enter an alpha-numeric string',
|
POLICY_NUMBER_FORMAT: 'Please enter an alpha-numeric string',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue