From 9af5e9e328e1b5e80439f57971538a10fd0f298c Mon Sep 17 00:00:00 2001 From: Reddy Date: Fri, 5 May 2023 14:27:58 +0530 Subject: [PATCH] SSR-450 Added error message --- src/constants/error-messages.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/constants/error-messages.js b/src/constants/error-messages.js index 0aeff385..3fcd5848 100644 --- a/src/constants/error-messages.js +++ b/src/constants/error-messages.js @@ -36,7 +36,8 @@ const errorMessages = { DAMAGE_OPTION_REQUIRED: "Please select an option", POLICYHOLDER_FIRST_NAME_REQUIRED: "Please enter the policyholder first name", - POLICYHOLDER_LAST_NAME_REQUIRED: "Please enter the policyholder last name" + POLICYHOLDER_LAST_NAME_REQUIRED: "Please enter the policyholder last name", + ACKNOWLEDGEMENT_REQUIRED: "You must agree to the terms to continue" };