Added various missing punctuation marks, changed "following" to "selected" to match the display.

This commit is contained in:
Gamy
2020-06-29 19:23:04 +02:00
committed by Raphael Michel
parent 0d1aa2f96e
commit 507e1a5b83
4 changed files with 7 additions and 7 deletions

View File

@@ -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'])