mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Typo fix and translation update (#519)
This commit is contained in:
committed by
Raphael Michel
parent
5caff5d28e
commit
260ba19e44
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user