Add missing question mark to delete check-ins confirmation form (#4908)

It is a question, so it needs to end with a question mark.
This commit is contained in:
Renne Rocha
2025-03-14 13:07:32 -03:00
committed by GitHub
parent 032be74d77
commit 88bc144028

View File

@@ -13,7 +13,7 @@
{% endfor %}
<p>
{% blocktrans trimmed count count=cnt %}
Are you sure you want to permanently delete the check-ins of <strong>one ticket</strong>.
Are you sure you want to permanently delete the check-ins of <strong>one ticket</strong>?
{% plural %}
Are you sure you want to permanently delete the check-ins of <strong>{{ count }} tickets</strong>?
{% endblocktrans %}