Update src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html

Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
Raphael Michel
2026-01-29 20:35:35 +01:00
committed by GitHub
parent 29a400da56
commit a1bd49dd56

View File

@@ -376,7 +376,7 @@
{% if c.items_missing %} {% if c.items_missing %}
<div class="product-appendix-row"> <div class="product-appendix-row">
<p class="text-muted"> <p class="text-muted">
{% trans "There are currently selected products in this add-on category that currently cannot be changed because they are not on sale:" %} {% trans "There are products selected in this add-on category that currently cannot be changed because they are not on sale:" %}
</p> </p>
<ul class="text-muted"> <ul class="text-muted">
{% for itemvar, count in c.items_missing.items %} {% for itemvar, count in c.items_missing.items %}