mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Improve description for addons option count (Z#23219101) (#5746)
This commit is contained in:
committed by
GitHub
parent
bb5a9bdbf1
commit
79a58fe104
@@ -24,7 +24,7 @@
|
||||
{% elif c.min_count == 0 %}
|
||||
<p class="addon-count-desc" id="c-{{ form.pos.pk }}-{{ category_idx }}-addon-count-desc">
|
||||
{% 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 %}
|
||||
|
||||
Reference in New Issue
Block a user