Fix typo and update wordlist for WERO

This commit is contained in:
Richard Schreiber
2026-02-20 13:52:53 +01:00
parent 2dbdb91066
commit 7a080c0820
4 changed files with 4 additions and 1 deletions

View File

@@ -473,7 +473,7 @@ def register_default_webhook_events(sender, **kwargs):
),
ParametrizedGiftcardTransactionWebhookEvent(
'pretix.giftcards.transaction.*',
_('Gift card used in transcation'),
_('Gift card used in transaction'),
)
)