mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
Add text
This commit is contained in:
@ -4,7 +4,8 @@
|
||||
|
||||
{% settings_value 'PART_SHOW_IMPORT' as show_import %}
|
||||
|
||||
{% include "sidebar_toggle.html" with target="sidetree" %}
|
||||
{% trans "Tree" as text %}
|
||||
{% include "sidebar_toggle.html" with target="sidetree" text=text %}
|
||||
<a class="m-1"></a>
|
||||
|
||||
{% trans "Subcategories" as text %}
|
||||
|
@ -5,7 +5,8 @@
|
||||
{% settings_value "PART_INTERNAL_PRICE" as show_internal_price %}
|
||||
{% settings_value 'PART_SHOW_RELATED' as show_related %}
|
||||
|
||||
{% include "sidebar_toggle.html" with target="sidetree" %}
|
||||
{% trans "Tree" as text %}
|
||||
{% include "sidebar_toggle.html" with target="sidetree" text=text %}
|
||||
<a class="m-1"></a>
|
||||
|
||||
{% trans "Parameters" as text %}
|
||||
|
Reference in New Issue
Block a user