mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +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>
|
title="{% trans "Only visible with a voucher" %}"></span>
|
||||||
{% elif i.require_voucher %}
|
{% elif i.require_voucher %}
|
||||||
<span class="fa fa-tags fa-fw text-muted" data-toggle="tooltip"
|
<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 %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>{% if i.category %}{{ i.category.name }}{% endif %}</td>
|
<td>{% if i.category %}{{ i.category.name }}{% endif %}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user