forked from CGM_Public/pretix_original
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()
|
data = super().clean()
|
||||||
if data['locale'] not in data['locales']:
|
if data['locale'] not in data['locales']:
|
||||||
raise ValidationError({
|
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
|
return data
|
||||||
|
|
||||||
@@ -183,7 +183,7 @@ class EventSettingsForm(SettingsForm):
|
|||||||
data = super().clean()
|
data = super().clean()
|
||||||
if data['locale'] not in data['locales']:
|
if data['locale'] not in data['locales']:
|
||||||
raise ValidationError({
|
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']:
|
if data['attendee_names_required'] and not data['attendee_names_asked']:
|
||||||
raise ValidationError({
|
raise ValidationError({
|
||||||
|
|||||||
@@ -1791,7 +1791,7 @@ msgstr "Standardsprache"
|
|||||||
|
|
||||||
#: pretix/control/forms/event.py:69 pretix/control/forms/event.py:186
|
#: pretix/control/forms/event.py:69 pretix/control/forms/event.py:186
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your default locale must also be enebled for your event (see box above)."
|
"Your default locale must also be enabled for your event (see box above)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Die Standardsprache muss eine der aktivierten Sprachen sein (siehe weiter "
|
"Die Standardsprache muss eine der aktivierten Sprachen sein (siehe weiter "
|
||||||
"oben)."
|
"oben)."
|
||||||
|
|||||||
@@ -1787,7 +1787,7 @@ msgstr "Standardsprache"
|
|||||||
|
|
||||||
#: pretix/control/forms/event.py:69 pretix/control/forms/event.py:186
|
#: pretix/control/forms/event.py:69 pretix/control/forms/event.py:186
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your default locale must also be enebled for your event (see box above)."
|
"Your default locale must also be enabled for your event (see box above)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Die Standardsprache muss eine der aktivierten Sprachen sein (siehe weiter "
|
"Die Standardsprache muss eine der aktivierten Sprachen sein (siehe weiter "
|
||||||
"oben)."
|
"oben)."
|
||||||
|
|||||||
Reference in New Issue
Block a user