mirror of
https://github.com/pretix/pretix.git
synced 2026-04-25 23:42:32 +00:00
change label from "Item and Variation" to "Product"
This commit is contained in:
@@ -109,7 +109,7 @@ class WaitingListEntryEditForm(I18nModelForm):
|
||||
choices.append(('{}'.format(item.pk), str(item) if item.active else mark_safe(
|
||||
f'<strike class="text-muted">{escape(item)}</strike>')))
|
||||
|
||||
self.fields['itemvar'].label = _("Item and Variation")
|
||||
self.fields['itemvar'].label = _("Product")
|
||||
self.fields['itemvar'].required = True
|
||||
self.fields['itemvar'].widget = Select2ItemVarQuota(
|
||||
attrs={
|
||||
|
||||
Reference in New Issue
Block a user