diff --git a/src/layouts/provider-preference/provider-preference.vue b/src/layouts/provider-preference/provider-preference.vue index 82aa5ad5..618a9625 100644 --- a/src/layouts/provider-preference/provider-preference.vue +++ b/src/layouts/provider-preference/provider-preference.vue @@ -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"); diff --git a/src/layouts/provider-preference/shoppreference-modal/shoppreference-modal.vue b/src/layouts/provider-preference/shoppreference-modal/shoppreference-modal.vue index 0b7c5824..310637a6 100644 --- a/src/layouts/provider-preference/shoppreference-modal/shoppreference-modal.vue +++ b/src/layouts/provider-preference/shoppreference-modal/shoppreference-modal.vue @@ -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");