forked from CGM_Public/pretix_original
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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user