diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index 8ba0f7e92..6a235ef8a 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -10,7 +10,7 @@ {{ questionText }} {{(isMultiSelect && answers && answers.length > 1) ? 'Select one or more options below.' : 'Select an option below.' }} -