diff --git a/src/pretix/control/forms/orders.py b/src/pretix/control/forms/orders.py index c6fcc41bce..63e15480c7 100644 --- a/src/pretix/control/forms/orders.py +++ b/src/pretix/control/forms/orders.py @@ -555,20 +555,10 @@ class EventCancelForm(forms.Form): 'with different orders or issuing gift cards.') ) refund_as_giftcard = forms.BooleanField( - label=_('Refund order value to a gift card instead'), + label=_('Refund order value to a gift card instead instead of the original payment method'), widget=forms.CheckboxInput(attrs={'data-display-dependency': '#id_auto_refund'}), initial=False, required=False, - help_text='{}' - '