2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-29 08:01:35 +00:00

Merge pull request #1620 from SchrodingersGat/template-fix

Fix part page heading
This commit is contained in:
Oliver
2021-05-29 19:05:26 +10:00
committed by GitHub

View File

@@ -138,7 +138,7 @@
<div class='panel-heading'> <div class='panel-heading'>
<h4> <h4>
{% block heading %} {% block heading %}
{% trans "Part Categories" %} {% trans "Parts" %}
{% endblock %} {% endblock %}
</h4> </h4>
</div> </div>