From 0030064f554ba430b8e99770fd9b1a0a3ec71dfd Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 6 Oct 2017 11:23:21 +0200 Subject: [PATCH] Form UX: Better label in sendmail form --- src/pretix/plugins/sendmail/forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: