Corrected language typo.

Dieser Satz kein Hilfsverb.
This commit is contained in:
Pepi Zawodsky
2019-01-14 22:41:12 +01:00
committed by GitHub
parent 71de71ed37
commit d0b18d9f64

View File

@@ -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>