Merge pull request #2003 from Safelite/CSR-2227-fix-missing-subheader-copy
CSR-2227 fix missing subheader copy.
This commit is contained in:
commit
f89e942a12
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue