Update to use CMS for alert text.

This commit is contained in:
Chloe Herd 2023-03-14 12:18:34 -04:00
parent 4553fa699d
commit b5749eb8aa

View file

@ -448,10 +448,10 @@ export default {
); );
}, },
AlertVinScanFailedHeader() { AlertVinScanFailedHeader() {
return "VIN scan failed."; return this.getCmsContent("AlertVinScanFailed", "HeadlineText");
}, },
AlertVinScanFailedBody() { AlertVinScanFailedBody() {
return "Please try again or enter your VIN manually."; return this.getCmsContent("AlertVinScanFailed", "BodyText");
}, },
isInsuranceVerified() { isInsuranceVerified() {
return ( return (