mirror of
https://github.com/pretix/pretix.git
synced 2026-08-07 10:17:49 +00:00
Remove linebreak
This commit is contained in:
@@ -260,8 +260,7 @@ class Rule(models.Model, LoggingMixin):
|
||||
|
||||
SEND_TO_CHOICES = [
|
||||
(CUSTOMERS, _("Everyone who created a ticket order")),
|
||||
(ATTENDEES,
|
||||
_("Every attendee (falling back to the order contact when no attendee email address is given)")),
|
||||
(ATTENDEES, _("Every attendee (falling back to the order contact when no attendee email address is given)")),
|
||||
(BOTH, _('Both (all order contact addresses and all attendee email addresses)'))
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user