Skip to content

Commit 0a73cb6

Browse files
committed
MORE-Platform#274: extend simple question to max. 10 answers
1 parent 50b3f9d commit 0a73cb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/i18n/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
},
475475
"simpleQuestion": {
476476
"configProps": {
477-
"answerDesc": "Mögliche Antworten (min. 2, max. 5)",
477+
"answerDesc": "Mögliche Antworten (min. 2, max. 10)",
478478
"answerName": "Antworten",
479479
"questionDesc": "Die Frage, die Sie stellen möchten.",
480480
"questionName": "Frage"

src/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
},
475475
"simpleQuestion": {
476476
"configProps": {
477-
"answerDesc": "Possible answers (min. 2, max. 5)",
477+
"answerDesc": "Possible answers (min. 2, max. 10)",
478478
"answerName": "Answers",
479479
"questionDesc": "The question you want to ask.",
480480
"questionName": "Question"

0 commit comments

Comments
 (0)