Fix typos

This commit is contained in:
Raphael Michel
2021-01-28 10:41:40 +01:00
parent 2787935fc6
commit 3c85591568
34 changed files with 71 additions and 61 deletions

View File

@@ -136,7 +136,7 @@ class BankTransfer(BasePaymentProvider):
required=False,
widget=forms.Textarea,
help_text=_('Put one IBAN or IBAN prefix per line. The system will not attempt to send refunds to any '
'of these IBANs. Useful e.g. if you receive a lot of "forwarded payments" by a third-party pyment '
'of these IBANs. Useful e.g. if you receive a lot of "forwarded payments" by a third-party payment '
'provider. You can also list country codes such as "GB" if you never want to send refunds to '
'IBANs from a specific country.')
)),