Update to use CMS for alert text.
This commit is contained in:
parent
4553fa699d
commit
b5749eb8aa
1 changed files with 2 additions and 2 deletions
|
|
@ -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 (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue