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() {
|
||||
return "VIN scan failed.";
|
||||
return this.getCmsContent("AlertVinScanFailed", "HeadlineText");
|
||||
},
|
||||
AlertVinScanFailedBody() {
|
||||
return "Please try again or enter your VIN manually.";
|
||||
return this.getCmsContent("AlertVinScanFailed", "BodyText");
|
||||
},
|
||||
isInsuranceVerified() {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue