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