From 8c56a23562b0cfca40127aa58f49c3186d5951b9 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Thu, 10 Aug 2023 11:21:54 +0200 Subject: [PATCH] Add logentry plain for pretix.giftcards.acceptance.acceptor.removed --- src/pretix/control/logdisplay.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pretix/control/logdisplay.py b/src/pretix/control/logdisplay.py index c2d96b65cd..ed6f38310a 100644 --- a/src/pretix/control/logdisplay.py +++ b/src/pretix/control/logdisplay.py @@ -341,6 +341,7 @@ def pretixcontrol_logentry_display(sender: Event, logentry: LogEntry, **kwargs): 'pretix.giftcards.acceptance.added': _('Gift card acceptance for another organizer has been added.'), 'pretix.giftcards.acceptance.removed': _('Gift card acceptance for another organizer has been removed.'), 'pretix.giftcards.acceptance.acceptor.invited': _('A new gift card acceptor has been invited.'), + 'pretix.giftcards.acceptance.acceptor.removed': _('A gift card acceptor has been removed.'), 'pretix.giftcards.acceptance.issuer.removed': _('A gift card issuer has been removed or declined.'), 'pretix.giftcards.acceptance.issuer.accepted': _('A new gift card issuer has been accepted.'), 'pretix.webhook.created': _('The webhook has been created.'),