From 90474af76de4e4236f6d3bab7e06254050ad7a3c Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 28 Jan 2022 08:47:03 +1100 Subject: [PATCH] Fix message --- InvenTree/templates/js/translated/bom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/js/translated/bom.js b/InvenTree/templates/js/translated/bom.js index aa44931a88..cb7727a7c0 100644 --- a/InvenTree/templates/js/translated/bom.js +++ b/InvenTree/templates/js/translated/bom.js @@ -337,7 +337,7 @@ function bomSubstitutesDialog(bom_item_id, substitutes, options={}) { html += `
- {% trans "Select and add a new variant item using the input below" %} + {% trans "Select and add a new substitute part using the input below" %}
`;