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