forked from CGM_Public/pretix_original
Event creation UX: Label changes
This commit is contained in:
@@ -58,7 +58,7 @@ class EventWizardBasicsForm(I18nModelForm):
|
||||
}
|
||||
timezone = forms.ChoiceField(
|
||||
choices=((a, a) for a in common_timezones),
|
||||
label=_("Default timezone"),
|
||||
label=_("Event timezone"),
|
||||
)
|
||||
locale = forms.ChoiceField(
|
||||
choices=settings.LANGUAGES,
|
||||
|
||||
Reference in New Issue
Block a user