mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fix typo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user