Remove useless translation tag

This commit is contained in:
Raphael Michel
2025-06-26 11:43:48 +02:00
parent fc7d0025ab
commit eb912f1e22

View File

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