Clarified a help text

This commit is contained in:
Raphael Michel
2016-05-30 22:16:18 +02:00
parent 33d3e5c753
commit 3254c45f68

View File

@@ -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. <a href="/control/help/payment/fee_reverse" target="_blank">Click here '
'for detailled information on what this does.</a>'),
'for detailled information on what this does.</a> Don\'t forget to set the correct fees '
'above!'),
required=False
)),
])