mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Tax rule editor: Fix label for "text on invoice"
This commit is contained in:
@@ -1379,7 +1379,10 @@ class TaxRuleLineForm(I18nForm):
|
||||
invoice_text = I18nFormField(
|
||||
label=_('Text on invoice'),
|
||||
required=False,
|
||||
widget=I18nTextInput
|
||||
widget=I18nTextInput,
|
||||
widget_kwargs=dict(attrs={
|
||||
'placeholder': _('Text on invoice'),
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user