Make "Report an Issue" translatable

This commit is contained in:
rubenwardy 2023-08-19 00:43:42 +01:00
parent b3847da28e
commit c1aa12dc8c

@ -172,7 +172,7 @@
<div class="btn-group">
<a class="btn btn-secondary" href="{{ package.issueTracker or url_for('threads.new', pid=package.id) }}" rel="ugc">
<i class="fas fa-bug mr-1"></i>
Report an Issue
{{ _("Report an Issue") }}
</a>
</div>
</div>