Fix typo in settings definition

This commit is contained in:
Raphael Michel
2020-04-14 09:47:47 +02:00
parent 01e2851a76
commit d799d560b7

View File

@@ -404,7 +404,7 @@ DEFAULTS = {
'type': RelativeDateWrapper, 'type': RelativeDateWrapper,
'form_class': RelativeDateField, 'form_class': RelativeDateField,
'serializer_class': SerializerRelativeDateField, 'serializer_class': SerializerRelativeDateField,
'form_kawrgs': dict( 'form_kwargs': dict(
label=_('Last date of payments'), label=_('Last date of payments'),
help_text=_("The last date any payments are accepted. This has precedence over the number of " help_text=_("The last date any payments are accepted. This has precedence over the number of "
"days configured above. If you use the event series feature and an order contains tickets for " "days configured above. If you use the event series feature and an order contains tickets for "