SSR-1932 Updated Phone Number required error message
This commit is contained in:
parent
c6ce9bce71
commit
282965c74e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const errorMessages = Object.freeze({
|
|||
VEHICLE_REQUIRED: 'Please select a vehicle',
|
||||
POLICY_NUMBER_REQUIRED: 'Please enter your policy number',
|
||||
POLICY_NUMBER_FORMAT: 'Please enter an alpha-numeric string',
|
||||
PHONE_NUMBER_REQUIRED: 'Please enter phone number',
|
||||
PHONE_NUMBER_REQUIRED: 'Please enter your phone number. The format must be ###-###-####',
|
||||
PHONE_NUMBER_FORMAT: 'Please enter your phone number. The format must be ###-###-####',
|
||||
POLICY_ZIP_REQUIRED: 'Please enter your policy ZIP',
|
||||
POLICY_ZIP_FORMAT: 'Please enter a valid ZIP',
|
||||
|
|
|
|||
Loading…
Reference in a new issue