From 7bc2e3ebb408f3ee6324ca7e8a4eeee0120ddb50 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Thu, 8 Sep 2022 12:07:55 +0200 Subject: [PATCH] Webhooks: Spellcheck --- src/pretix/api/webhooks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pretix/api/webhooks.py b/src/pretix/api/webhooks.py index e8b42c972c..0c68ac96f8 100644 --- a/src/pretix/api/webhooks.py +++ b/src/pretix/api/webhooks.py @@ -309,11 +309,11 @@ def register_default_webhook_events(sender, **kwargs): ), ParametrizedEventWebhookEvent( 'pretix.event.testmode.activated', - _('Testmode of shop has been activated'), + _('Test-Mode of shop has been activated'), ), ParametrizedEventWebhookEvent( 'pretix.event.testmode.deactivated', - _('Testmode of shop has been deactivated'), + _('Test-Mode of shop has been deactivated'), ), )