diff --git a/InvenTree/build/templates/build/index.html b/InvenTree/build/templates/build/index.html index 9edfecfc45..d72807f9f1 100644 --- a/InvenTree/build/templates/build/index.html +++ b/InvenTree/build/templates/build/index.html @@ -1,8 +1,9 @@ {% extends "base.html" %} {% load static %} +{% load i18n %} {% block page_title %} -InvenTree | Build List +InvenTree | {% trans "Build Orders" %} {% endblock %} {% block content %} @@ -10,7 +11,7 @@ InvenTree | Build List