mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Sendmail: Improve wording
This commit is contained in:
@@ -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 += [
|
||||
|
||||
Reference in New Issue
Block a user