Webhooks: Spellcheck

This commit is contained in:
Martin Gross
2022-09-08 12:07:55 +02:00
parent cd6b21120c
commit 7bc2e3ebb4

View File

@@ -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'),
),
)