forked from CGM_Public/pretix_original
Sendmail: Improve wording
This commit is contained in:
@@ -232,7 +232,7 @@ class OrderMailForm(BaseMailForm):
|
|||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
|
|
||||||
recp_choices = [
|
recp_choices = [
|
||||||
('orders', _('Everyone who created a ticket order'))
|
('orders', _('Everyone who placed an order'))
|
||||||
]
|
]
|
||||||
if event.settings.attendee_emails_asked:
|
if event.settings.attendee_emails_asked:
|
||||||
recp_choices += [
|
recp_choices += [
|
||||||
|
|||||||
Reference in New Issue
Block a user