Merge pull request #1136 from MacLemon/tippfehler-ausbessern

Corrected language typo.
This commit is contained in:
Raphael Michel
2019-01-14 22:53:09 +01:00
committed by GitHub
@@ -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>