Fix a typo

This commit is contained in:
Raphael Michel
2021-01-20 17:41:43 +01:00
parent 793832402c
commit 76d0c7be3a
2 changed files with 2 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ class OrderListExporter(MultiSheetListExporter):
)),
('group_multiple_choice',
forms.BooleanField(
label=_('Show multiple choice answers grouped in one colum'),
label=_('Show multiple choice answers grouped in one column'),
initial=False,
required=False
)),