mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Change error message for unavailable addon products (#4673)
This can not only happen in case of sold-out addons, but also if they are e.g. not available via the current sales channel.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</p>
|
||||
{% elif incomplete %}
|
||||
<div class="alert alert-danger">
|
||||
{% trans "A product in your cart is only sold in combination with add-on products that are no longer available. Please contact the event organizer." %}
|
||||
{% trans "A product in your cart is only sold in combination with add-on products that are not available. Please contact the event organizer." %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<form class="form-horizontal" method="post" data-asynctask
|
||||
|
||||
Reference in New Issue
Block a user