diff --git a/src/layouts/customer-details/customer-details.vue b/src/layouts/customer-details/customer-details.vue index a23918284..1f77f2f1c 100644 --- a/src/layouts/customer-details/customer-details.vue +++ b/src/layouts/customer-details/customer-details.vue @@ -40,7 +40,7 @@ export default { }, computed: { textAreaLabelCopy() { - return this.getCmsContent("CustomerDetailsTextAreaLabelText", "HeaderText"); + return this.getCmsContent("TextAreaContentWidget", "QuestionText"); }, } };