Freshen up layout of refund choice page

This commit is contained in:
Raphael Michel
2021-01-27 10:48:40 +01:00
parent 33b34f31d1
commit 0747f5b8b8
4 changed files with 37 additions and 43 deletions

View File

@@ -950,7 +950,7 @@ class ManualPayment(BasePaymentProvider):
@property
def public_name(self):
return str(self.settings.get('public_name', as_type=LazyI18nString))
return str(self.settings.get('public_name', as_type=LazyI18nString) or _('Manual payment'))
@property
def settings_form_fields(self):