mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Corrected minor splelling mistakes (#281)
This commit is contained in:
committed by
Raphael Michel
parent
ad2a712934
commit
5923af37f3
@@ -66,7 +66,7 @@ class EventCreateSettingsForm(SettingsForm):
|
||||
data = super().clean()
|
||||
if data['locale'] not in data['locales']:
|
||||
raise ValidationError({
|
||||
'locale': _('Your default locale must also be enebled for your event (see box above).')
|
||||
'locale': _('Your default locale must also be enabled for your event (see box above).')
|
||||
})
|
||||
return data
|
||||
|
||||
@@ -183,7 +183,7 @@ class EventSettingsForm(SettingsForm):
|
||||
data = super().clean()
|
||||
if data['locale'] not in data['locales']:
|
||||
raise ValidationError({
|
||||
'locale': _('Your default locale must also be enebled for your event (see box above).')
|
||||
'locale': _('Your default locale must also be enabled for your event (see box above).')
|
||||
})
|
||||
if data['attendee_names_required'] and not data['attendee_names_asked']:
|
||||
raise ValidationError({
|
||||
|
||||
Reference in New Issue
Block a user