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