Typo fix and translation update (#519)

This commit is contained in:
Tobias Kunze
2017-06-18 18:22:57 +02:00
committed by Raphael Michel
parent 5caff5d28e
commit 260ba19e44
4 changed files with 323 additions and 263 deletions

View File

@@ -295,7 +295,7 @@ class EventSettingsForm(SettingsForm):
help_text=_("Public email address for contacting the organizer")
)
cancel_allow_user = forms.BooleanField(
label=_("Allow user to cancel unpaid orders"),
label=_("Allow users to cancel unpaid orders"),
help_text=_("If checked, users can cancel orders by themselves as long as they are not yet paid."),
required=False
)