mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix typo in error message
This commit is contained in:
@@ -398,7 +398,7 @@ class VoucherBulkForm(VoucherForm):
|
||||
if len(c) < 5:
|
||||
raise ValidationError({
|
||||
'codes': [
|
||||
_('The voucher code {code} ist too short. Make sure all voucher codes are at least {min_length} characters long.').format(
|
||||
_('The voucher code {code} is too short. Make sure all voucher codes are at least {min_length} characters long.').format(
|
||||
code=c,
|
||||
min_length=5
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user