forked from CGM_Public/pretix_original
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