Improve description for addons option count (Z#23219101) (#5746)

This commit is contained in:
Richard Schreiber
2026-01-05 12:17:29 +01:00
committed by GitHub
parent bb5a9bdbf1
commit 79a58fe104

View File

@@ -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 %}