From 67e6c594f45d922ad418d769933e930736c82936 Mon Sep 17 00:00:00 2001 From: scottkiener-at-safelite Date: Wed, 14 Jan 2026 14:40:35 -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 5be37825..4707fff7 100644 --- a/src/constants/error-messages.js +++ b/src/constants/error-messages.js @@ -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.',