forked from CGM_Public/pretix_original
Added code generator for bulk coupons
This commit is contained in:
@@ -87,7 +87,7 @@ class VoucherBulkForm(VoucherForm):
|
||||
widget=forms.Textarea,
|
||||
label=_("Codes"),
|
||||
help_text=_(
|
||||
"Add one voucher code per line"
|
||||
"Add one voucher code per line. We suggest that you copy this list and save it into a file."
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user