mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
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