Compare commits

...

1 Commits

Author SHA1 Message Date
Raphael Michel
af47bbaded Voucher log: Update wording for waiting list (Z#23206690) 2025-09-09 14:40:31 +02:00

View File

@@ -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