diff --git a/InvenTree/order/templates/order/purchase_order_detail.html b/InvenTree/order/templates/order/purchase_order_detail.html index 08236fe773..5359b61651 100644 --- a/InvenTree/order/templates/order/purchase_order_detail.html +++ b/InvenTree/order/templates/order/purchase_order_detail.html @@ -139,7 +139,7 @@ $("#po-table").inventreeTable({ } }, footerFormatter: function() { - return 'Total' + return '{% trans "Total" %}' } }, {