Merge pull request #2003 from Safelite/CSR-2227-fix-missing-subheader-copy

CSR-2227 fix missing subheader copy.
This commit is contained in:
bmauger 2024-09-26 13:51:20 -04:00 committed by GitHub
commit f89e942a12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ export default {
return this.leftAlignHeader ? "justify-content-start" : "justify-content-center";
},
subText() {
return this.getCmsContent(this.cmsWidgetName, "HeaderSubText");
return this.getCmsContent(this.cmsWidgetName, "SubheaderText");
},
backButtonAccessibleText() {
return this.getCmsContent(this.cmsWidgetName, "BackButtonAccessibleText");