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" };