mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Product settings: improve fallback labels for PDF-layouts (#3656)
This commit is contained in:
committed by
GitHub
parent
3a2655e57d
commit
0ad13a4dbe
@@ -49,7 +49,7 @@ class TicketLayoutItemForm(forms.ModelForm):
|
||||
self.fields['layout'].label = _('PDF ticket layout for {channel}').format(
|
||||
channel=self.sales_channel.verbose_name
|
||||
)
|
||||
self.fields['layout'].empty_label = _('(Same as above)')
|
||||
self.fields['layout'].empty_label = _('(Same as PDF ticket layout)')
|
||||
else:
|
||||
self.fields['layout'].label = _('PDF ticket layout')
|
||||
self.fields['layout'].empty_label = _('(Event default)')
|
||||
|
||||
Reference in New Issue
Block a user