From 868408ea55328329e535b8d5a3fc304ffd2624c1 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Tue, 15 Oct 2024 13:13:43 +0200 Subject: [PATCH] Fix typo --- .../control/templates/pretixcontrol/waitinglist/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/waitinglist/index.html b/src/pretix/control/templates/pretixcontrol/waitinglist/index.html index cdd4e39f97..1539b2c9d9 100644 --- a/src/pretix/control/templates/pretixcontrol/waitinglist/index.html +++ b/src/pretix/control/templates/pretixcontrol/waitinglist/index.html @@ -23,7 +23,7 @@ {% endif %} {% if request.event.settings.hide_sold_out %}
- {% trans "According to your event settings, sold out products are hidden from customers. This way, customers will not be able to discovere the waiting list." %} + {% trans "According to your event settings, sold out products are hidden from customers. This way, customers will not be able to discover the waiting list." %}
{% endif %}