diff --git a/src/pretix/plugins/sendmail/forms.py b/src/pretix/plugins/sendmail/forms.py index ca23bed4b5..db0c51aead 100644 --- a/src/pretix/plugins/sendmail/forms.py +++ b/src/pretix/plugins/sendmail/forms.py @@ -232,7 +232,7 @@ class OrderMailForm(BaseMailForm): super().__init__(*args, **kwargs) recp_choices = [ - ('orders', _('Everyone who created a ticket order')) + ('orders', _('Everyone who placed an order')) ] if event.settings.attendee_emails_asked: recp_choices += [