mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
committed by
Raphael Michel
parent
90f08d0aca
commit
834b5a26a5
@@ -37,11 +37,8 @@
|
|||||||
{% plural %}
|
{% plural %}
|
||||||
You need to choose {{ min_count }} options from this category.
|
You need to choose {{ min_count }} options from this category.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
{% elif c.min_count == 0 %}
|
{% elif c.min_count == 0 and c.max_count >= c.form.fields|length %}
|
||||||
{% blocktrans trimmed count max_count=c.max_count %}
|
{% blocktrans %}
|
||||||
You can choose at most one option from this category.
|
|
||||||
{% plural %}
|
|
||||||
You can choose up to {{ max_count }} options from this category.
|
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% blocktrans trimmed with min_count=c.min_count max_count=c.max_count %}
|
{% blocktrans trimmed with min_count=c.min_count max_count=c.max_count %}
|
||||||
|
|||||||
Reference in New Issue
Block a user