diff --git a/src/pretix/plugins/sendmail/forms.py b/src/pretix/plugins/sendmail/forms.py index ad35ea55f4..1ccc3205e4 100644 --- a/src/pretix/plugins/sendmail/forms.py +++ b/src/pretix/plugins/sendmail/forms.py @@ -39,7 +39,8 @@ class MailForm(forms.Form): ('overdue', _('pending with payment overdue')) ) self.fields['sendto'] = forms.MultipleChoiceField( - label=_("Send to"), widget=forms.CheckboxSelectMultiple, + label=_("Send to customers with order status"), + widget=forms.CheckboxSelectMultiple, choices=choices ) if event.has_subevents: