diff --git a/src/pretix/base/services/cart.py b/src/pretix/base/services/cart.py index 7f96ea74d3..ca1864690e 100644 --- a/src/pretix/base/services/cart.py +++ b/src/pretix/base/services/cart.py @@ -203,7 +203,7 @@ error_messages = { 'You need to select at least %(min)s add-ons from the category %(cat)s for the product %(base)s.', 'min' ), - 'addon_no_multi': gettext_lazy('You can select every add-ons from the category %(cat)s for the product %(base)s at most once.'), + 'addon_no_multi': gettext_lazy('You can select every add-on from the category %(cat)s for the product %(base)s at most once.'), 'addon_only': gettext_lazy('One of the products you selected can only be bought as an add-on to another product.'), 'bundled_only': gettext_lazy('One of the products you selected can only be bought part of a bundle.'), 'seat_required': gettext_lazy('You need to select a specific seat.'), diff --git a/src/pretix/base/services/orders.py b/src/pretix/base/services/orders.py index 9c192ac3bb..cb3dfc54a6 100644 --- a/src/pretix/base/services/orders.py +++ b/src/pretix/base/services/orders.py @@ -197,7 +197,7 @@ error_messages = { 'You need to select at least %(min)s add-ons from the category %(cat)s for the product %(base)s.', 'min' ), - 'addon_no_multi': gettext_lazy('You can select every add-ons from the category %(cat)s for the product %(base)s at most once.'), + 'addon_no_multi': gettext_lazy('You can select every add-on from the category %(cat)s for the product %(base)s at most once.'), 'addon_already_checked_in': gettext_lazy('You cannot remove the position %(addon)s since it has already been checked in.'), } diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html b/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html index e8eab738f1..b0b5bab565 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html @@ -6,13 +6,13 @@ {% load eventsignal %} {% load rich_text %} {% for c in form.categories %} -