From 88bc144028dcf70bce2632bafca7936623edf227 Mon Sep 17 00:00:00 2001 From: Renne Rocha Date: Fri, 14 Mar 2025 13:07:32 -0300 Subject: [PATCH] Add missing question mark to delete check-ins confirmation form (#4908) It is a question, so it needs to end with a question mark. --- .../templates/pretixcontrol/checkin/bulk_revert_confirm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/checkin/bulk_revert_confirm.html b/src/pretix/control/templates/pretixcontrol/checkin/bulk_revert_confirm.html index 475fbc220..8d930241f 100644 --- a/src/pretix/control/templates/pretixcontrol/checkin/bulk_revert_confirm.html +++ b/src/pretix/control/templates/pretixcontrol/checkin/bulk_revert_confirm.html @@ -13,7 +13,7 @@ {% endfor %}

{% blocktrans trimmed count count=cnt %} - Are you sure you want to permanently delete the check-ins of one ticket. + Are you sure you want to permanently delete the check-ins of one ticket? {% plural %} Are you sure you want to permanently delete the check-ins of {{ count }} tickets? {% endblocktrans %}