mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 03:56:43 +00:00
Change sidebar text to be consistent
This commit is contained in:
parent
7af302f08e
commit
4caf73e0e3
@ -9,10 +9,10 @@
|
|||||||
{% include "sidebar_item.html" with label='allocate' text=text icon="fa-tasks" %}
|
{% include "sidebar_item.html" with label='allocate' text=text icon="fa-tasks" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not build.is_complete %}
|
{% if not build.is_complete %}
|
||||||
{% trans "Pending Items" as text %}
|
{% trans "Incomplete Outputs" as text %}
|
||||||
{% include "sidebar_item.html" with label='outputs' text=text icon="fa-tools" %}
|
{% include "sidebar_item.html" with label='outputs' text=text icon="fa-tools" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% trans "Completed Items" as text %}
|
{% trans "Completed Outputs" as text %}
|
||||||
{% include "sidebar_item.html" with label='completed' text=text icon="fa-boxes" %}
|
{% include "sidebar_item.html" with label='completed' text=text icon="fa-boxes" %}
|
||||||
{% trans "Child Build Orders" as text %}
|
{% trans "Child Build Orders" as text %}
|
||||||
{% include "sidebar_item.html" with label='children' text=text icon="fa-sitemap" %}
|
{% include "sidebar_item.html" with label='children' text=text icon="fa-sitemap" %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user