Documentation typo fix (#1908)

This commit is contained in:
Ayan Ginet
2021-01-20 21:10:40 +05:00
committed by GitHub
parent eb80cf248e
commit 748cfa3487
2 changed files with 2 additions and 2 deletions

View File

@@ -616,7 +616,7 @@ class EventCancelForm(forms.Form):
required=False
)
manual_refund = forms.BooleanField(
label=_('Create manual refund if the payment method odes not support automatic refunds'),
label=_('Create manual refund if the payment method does not support automatic refunds'),
widget=forms.CheckboxInput(attrs={'data-display-dependency': '#id_auto_refund'}),
initial=True,
required=False,