mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Make "Report an Issue" translatable
This commit is contained in:
parent
b3847da28e
commit
c1aa12dc8c
@ -172,7 +172,7 @@
|
|||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<a class="btn btn-secondary" href="{{ package.issueTracker or url_for('threads.new', pid=package.id) }}" rel="ugc">
|
<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>
|
<i class="fas fa-bug mr-1"></i>
|
||||||
Report an Issue
|
{{ _("Report an Issue") }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user