Code changes
This commit is contained in:
parent
f200258194
commit
2902aeca41
2 changed files with 2 additions and 4 deletions
|
|
@ -88,8 +88,7 @@ export default {
|
|||
return this.getCmsContent("ProviderPreference", "HeaderText");
|
||||
},
|
||||
ProviderPreferenceBodyText(){
|
||||
return this.getCmsContent("ProviderPreference", "BodyText")
|
||||
.replaceAll("{globalState:issConfig.clientName", this.mainStore?.issConfig?.clientName);
|
||||
return this.getCmsContent("ProviderPreference", "BodyText");
|
||||
},
|
||||
questionText() {
|
||||
return this.getCmsContent("ServiceLocationQuestion", "QuestionText");
|
||||
|
|
|
|||
|
|
@ -48,8 +48,7 @@ export default {
|
|||
return this.getCmsContent(this.cmsWidgetName, "HeaderText");
|
||||
},
|
||||
ModalBodyText() {
|
||||
return this.getCmsContent(this.cmsWidgetName, "BodyText")
|
||||
.replaceAll("{globalState:issConfig.clientName", this.mainStore?.issConfig?.clientName);
|
||||
return this.getCmsContent(this.cmsWidgetName, "BodyText");
|
||||
},
|
||||
ModalCloseButtonText() {
|
||||
return this.getCmsContent(this.cmsWidgetName, "FooterText");
|
||||
|
|
|
|||
Loading…
Reference in a new issue