This commit is contained in:
Raphael Michel
2020-11-22 14:00:09 +01:00
parent c90365e908
commit 54e9a03b9a
30 changed files with 30 additions and 30 deletions

View File

@@ -125,7 +125,7 @@ class BankTransfer(BasePaymentProvider):
)),
('pending_description', I18nFormField(
label=_('Additional text to show on pending orders'),
help_text=_('This text will be shown on the order confirmation page for pending orders in addition to'
help_text=_('This text will be shown on the order confirmation page for pending orders in addition to '
'the standard text.'),
widget=I18nTextarea,
required=False,