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 8906379acf..db31fb5cad 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html @@ -24,7 +24,7 @@ {% elif c.min_count == 0 %}

{% blocktrans trimmed count max_count=c.max_count %} - You can choose {{ max_count }} option from this category. + You can choose one option from this category. {% plural %} You can choose up to {{ max_count }} options from this category. {% endblocktrans %}