Skip to content

Commit 19b75f2

Browse files
updated label for tickets (#1431)
Co-authored-by: Mario Behling <[email protected]>
1 parent 5420ea0 commit 19b75f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/eventyay/base/models/product.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,8 +1134,8 @@ class Question(LoggedModel):
11341134
(TYPE_STRING, _('Text (one line)')),
11351135
(TYPE_TEXT, _('Multiline text')),
11361136
(TYPE_BOOLEAN, _('Confirm Checkbox')),
1137-
(TYPE_CHOICE, _('Choose one from a list')),
1138-
(TYPE_CHOICE_MULTIPLE, _('Choose multiple from a list')),
1137+
(TYPE_CHOICE, _('Radio button (Choose one option)')),
1138+
(TYPE_CHOICE_MULTIPLE, _('Checkbox (Choose one or several options)')),
11391139
(TYPE_FILE, _('File upload')),
11401140
(TYPE_DATE, _('Date')),
11411141
(TYPE_TIME, _('Time')),

0 commit comments

Comments
 (0)