mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Corrected language typo.
Dieser Satz kein Hilfsverb.
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
title="{% trans "Only visible with a voucher" %}"></span>
|
||||
{% elif i.require_voucher %}
|
||||
<span class="fa fa-tags fa-fw text-muted" data-toggle="tooltip"
|
||||
title="{% trans "Can only bought using a voucher" %}"></span>
|
||||
title="{% trans "Can only be bought using a voucher" %}"></span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>{% if i.category %}{{ i.category.name }}{% endif %}</td>
|
||||
|
||||
Reference in New Issue
Block a user