2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Refactor display for "part category"

This commit is contained in:
Oliver
2021-11-30 20:00:26 +11:00
parent 3aad2eb13d
commit 440436c70d
2 changed files with 26 additions and 19 deletions

View File

@ -11,7 +11,7 @@
{% if location %}
{% trans "Stock Location" %}: {{ location.name }}
{% else %}
{% trans "Stock Location" %}
{% trans "Stock" %}
{% endif %}
{% endblock %}