From 95ab0b68cf8709a0960856104cf0175dd35f36b3 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 26 Jan 2026 09:40:48 -0500 Subject: [PATCH] update error message --- src/constants/error-messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/error-messages.js b/src/constants/error-messages.js index d712e973..81f0fad0 100644 --- a/src/constants/error-messages.js +++ b/src/constants/error-messages.js @@ -34,7 +34,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 choose an option', + OPTION_REQUIRED: 'Please select an option', VEHICLE_REQUIRED: 'Please select a vehicle', POLICY_NUMBER_REQUIRED: 'Policy number is required.', POLICY_NUMBER_FORMAT: 'Please enter an alpha-numeric string',