mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix typo (#703)
This commit is contained in:
committed by
Raphael Michel
parent
1011b67f0a
commit
3ece911018
@@ -165,7 +165,7 @@ class VoucherBulkForm(VoucherForm):
|
||||
data = super().clean()
|
||||
|
||||
if Voucher.objects.filter(code__in=data['codes'], event=self.instance.event).exists():
|
||||
raise ValidationError(_('A voucher with one of this codes already exists.'))
|
||||
raise ValidationError(_('A voucher with one of these codes already exists.'))
|
||||
|
||||
return data
|
||||
|
||||
|
||||
@@ -4526,7 +4526,7 @@ msgid "Number of times times EACH of these vouchers can be redeemed."
|
||||
msgstr "Wie oft JEDER der Gutscheine eingelöst werden kann."
|
||||
|
||||
#: pretix/control/forms/vouchers.py:168
|
||||
msgid "A voucher with one of this codes already exists."
|
||||
msgid "A voucher with one of these codes already exists."
|
||||
msgstr "Ein Gutschein mit einem der eingegebenen Codes existiert bereits."
|
||||
|
||||
#: pretix/control/logdisplay.py:25
|
||||
|
||||
@@ -4519,7 +4519,7 @@ msgid "Number of times times EACH of these vouchers can be redeemed."
|
||||
msgstr "Wie oft JEDER der Gutscheine eingelöst werden kann."
|
||||
|
||||
#: pretix/control/forms/vouchers.py:168
|
||||
msgid "A voucher with one of this codes already exists."
|
||||
msgid "A voucher with one of these codes already exists."
|
||||
msgstr "Ein Gutschein mit einem der eingegebenen Codes existiert bereits."
|
||||
|
||||
#: pretix/control/logdisplay.py:25
|
||||
|
||||
Reference in New Issue
Block a user