forked from CGM_Public/pretix_original
Voucher log: Update wording for waiting list (Z#23206690) (#5454)
This commit is contained in:
@@ -581,7 +581,7 @@ class CoreOrderLogEntryType(OrderLogEntryType):
|
|||||||
'The voucher has been set to expire because the recipient removed themselves from the waiting list.'),
|
'The voucher has been set to expire because the recipient removed themselves from the waiting list.'),
|
||||||
'pretix.voucher.changed': _('The voucher has been changed.'),
|
'pretix.voucher.changed': _('The voucher has been changed.'),
|
||||||
'pretix.voucher.deleted': _('The voucher has been deleted.'),
|
'pretix.voucher.deleted': _('The voucher has been deleted.'),
|
||||||
'pretix.voucher.added.waitinglist': _('The voucher has been sent to {email} through the waiting list.'),
|
'pretix.voucher.added.waitinglist': _('The voucher has been assigned to {email} through the waiting list.'),
|
||||||
})
|
})
|
||||||
class CoreVoucherLogEntryType(VoucherLogEntryType):
|
class CoreVoucherLogEntryType(VoucherLogEntryType):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user