mirror of
https://github.com/pretix/pretix.git
synced 2026-08-22 12:42:00 +00:00
Webhooks: Spellcheck
This commit is contained in:
@@ -309,11 +309,11 @@ def register_default_webhook_events(sender, **kwargs):
|
|||||||
),
|
),
|
||||||
ParametrizedEventWebhookEvent(
|
ParametrizedEventWebhookEvent(
|
||||||
'pretix.event.testmode.activated',
|
'pretix.event.testmode.activated',
|
||||||
_('Testmode of shop has been activated'),
|
_('Test-Mode of shop has been activated'),
|
||||||
),
|
),
|
||||||
ParametrizedEventWebhookEvent(
|
ParametrizedEventWebhookEvent(
|
||||||
'pretix.event.testmode.deactivated',
|
'pretix.event.testmode.deactivated',
|
||||||
_('Testmode of shop has been deactivated'),
|
_('Test-Mode of shop has been deactivated'),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user