diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue index a294a8967..90aa33ddf 100644 --- a/src/digital-components/textbox-question/textbox-question.vue +++ b/src/digital-components/textbox-question/textbox-question.vue @@ -6,7 +6,7 @@ :aria-label="questionText" class="form-label" :class="[questionAlignment === 'center' ? 'text-center w-100 mb-5' : '']" - v-html="labelText"> + v-html="questionText">