diff --git a/src/pretix/base/logentrytypes.py b/src/pretix/base/logentrytypes.py index 7aebba883..32c464d5a 100644 --- a/src/pretix/base/logentrytypes.py +++ b/src/pretix/base/logentrytypes.py @@ -148,7 +148,7 @@ class TaxRuleLogEntryType(EventLogEntryType): class WaitingListEntryLogEntryType(EventLogEntryType): - object_link_wrapper = _('{val}') + object_link_wrapper = '{val}' object_link_viewname = 'control:event.orders.waitinglist' content_type = WaitingListEntry