Remove linebreak

This commit is contained in:
Phin Wolkwitz
2026-08-06 17:23:34 +02:00
parent 764e5e5df7
commit b7f5950398
+1 -2
View File
@@ -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)'))
]