diff --git a/src/pretix/base/payment.py b/src/pretix/base/payment.py index a03f9fa09f..86cc297e79 100644 --- a/src/pretix/base/payment.py +++ b/src/pretix/base/payment.py @@ -130,7 +130,8 @@ class BasePaymentProvider: label=_('Calculate the fee from the total value including the fee.'), help_text=_('We recommend you to enable this if you want your users to pay the payment fees of your ' 'payment provider. Click here ' - 'for detailled information on what this does.'), + 'for detailled information on what this does. Don\'t forget to set the correct fees ' + 'above!'), required=False )), ])