diff --git a/src/constants/error-messages.js b/src/constants/error-messages.js index 90493221..e1d23731 100644 --- a/src/constants/error-messages.js +++ b/src/constants/error-messages.js @@ -29,7 +29,7 @@ const errorMessages = Object.freeze({ VIN_FORMAT: // 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', - OPTION_REQUIRED: 'Please select an option', + OPTION_REQUIRED: 'Please choose an option', VEHICLE_REQUIRED: 'Please select a vehicle', POLICY_NUMBER_REQUIRED: 'Policy number is required.', POLICY_NUMBER_FORMAT: 'Please enter an alpha-numeric string',