From eb912f1e223fb077d9f1afc2ca0923a38834ab09 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 26 Jun 2025 11:43:48 +0200 Subject: [PATCH] Remove useless translation tag --- src/pretix/base/logentrytypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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