From af2cfe55bec8facaf56f8a9c7138d4f86458d624 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 17 Jun 2021 00:51:53 +0200 Subject: [PATCH] missed a translation there --- InvenTree/order/templates/order/purchase_order_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %}' } }, {