mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Added various missing punctuation marks, changed "following" to "selected" to match the display.
This commit is contained in:
@@ -704,7 +704,7 @@ class ItemBundleFormSet(I18nFormSet):
|
||||
|
||||
if 'itemvar' in form.cleaned_data:
|
||||
if form.cleaned_data['itemvar'] in ivs:
|
||||
raise ValidationError(_('You added the same bundled product twice'))
|
||||
raise ValidationError(_('You added the same bundled product twice.'))
|
||||
|
||||
ivs.add(form.cleaned_data['itemvar'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user