From c4ff57c07a8f60bf61e66b34a991ff9ca093b430 Mon Sep 17 00:00:00 2001
From: Mira
Date: Tue, 3 Dec 2024 10:59:15 +0100
Subject: [PATCH] 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.
---
.../presale/templates/pretixpresale/event/checkout_addons.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html b/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html
index 4cd1e54d90..30f1a8b462 100644
--- a/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html
+++ b/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html
@@ -13,7 +13,7 @@
{% elif incomplete %}
- {% 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." %}
{% endif %}