Event creation UX: Label changes

This commit is contained in:
Raphael Michel
2017-10-05 10:20:00 +02:00
parent 2f252f19c9
commit 2d484d4a8e
2 changed files with 2 additions and 2 deletions

View File

@@ -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,