Remove double negative

This commit is contained in:
Raphael Michel
2017-03-24 15:44:07 +01:00
parent 927e21e5d1
commit ea70b5fa46

View File

@@ -259,7 +259,7 @@ class EventSettingsForm(SettingsForm):
)
cancel_allow_user = forms.BooleanField(
label=_("Allow user to cancel unpaid orders"),
help_text=_("If unchecked, users cannot cancel orders by themselves"),
help_text=_("If checked, users can cancel orders by themselves as long as they are not yet paid."),
required=False
)