Skip to content

Commit 67b0009

Browse files
fix(ranking): harmonize validation error wording
Signed-off-by: paul bochtler <65470117+datapumpernickel@users.noreply.github.com>
1 parent 2105397 commit 67b0009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Questions/QuestionRanking.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export default {
271271
).length
272272
273273
if (this.isRequired && this.rankedOptions.length === 0) {
274-
this.errorMessage = t('forms', 'You must choose at least one option')
274+
this.errorMessage = t('forms', 'You must rank all options')
275275
return false
276276
}
277277

0 commit comments

Comments
 (0)