diff --git a/src/assets/img/heritage-loader-blue.gif b/src/assets/img/heritage-loader-blue.gif new file mode 100644 index 00000000..c36fc348 Binary files /dev/null and b/src/assets/img/heritage-loader-blue.gif differ diff --git a/src/constants/error-messages.js b/src/constants/error-messages.js index 939aad16..5ba28f91 100644 --- a/src/constants/error-messages.js +++ b/src/constants/error-messages.js @@ -53,10 +53,10 @@ const errorMessages = Object.freeze({ POLICYHOLDER_LAST_NAME_REQUIRED: 'Please enter the policyholder last name', ACKNOWLEDGEMENT_REQUIRED: 'You must agree to the terms to continue', - YEAR_REQUIRED: 'Please select your vehicle year', - MAKE_REQUIRED: 'Please select your vehicle make', - MODEL_REQUIRED: 'Please select your vehicle model', - STYLE_REQUIRED: 'Please select your vehicle style', + YEAR_REQUIRED: 'Vehicle year is required.', + MAKE_REQUIRED: 'Vehicle make is required.', + MODEL_REQUIRED: 'Vehicle model is required.', + STYLE_REQUIRED: 'Vehicle style is required.', MOBILE_LOCATION_REQUIRED: 'Please enter your service address', DATE_REQUIRED: 'Please select a date' }); diff --git a/src/iss-components/loading-modal/loading-modal.vue b/src/iss-components/loading-modal/loading-modal.vue index c223b481..e8303824 100644 --- a/src/iss-components/loading-modal/loading-modal.vue +++ b/src/iss-components/loading-modal/loading-modal.vue @@ -2,20 +2,24 @@