From cd237d4c1961a9b0751292d2e1f4b5c9187cea53 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 10 Jan 2023 12:03:58 +0100 Subject: [PATCH] Sendmail: Improve wording --- src/pretix/plugins/sendmail/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += [