diff --git a/src/pretix/control/forms/event.py b/src/pretix/control/forms/event.py index 76ef5a06f..e690261c1 100644 --- a/src/pretix/control/forms/event.py +++ b/src/pretix/control/forms/event.py @@ -291,8 +291,7 @@ class EventSettingsForm(SettingsForm): }) if data['attendee_emails_required'] and not data['attendee_emails_asked']: raise ValidationError({ - 'attendee_emails_required': _('You cannot require specifying attendee emails if you do not ask for ' - 'them.') + 'attendee_emails_required': _('You have to ask for attendee emails if you want to make them required.') }) return data