From 922b8b1c3078f599db00db5f3ad415589f1baad6 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 22 Nov 2021 22:17:13 +1100 Subject: [PATCH] Fix typo (cherry picked from commit 673a5779f9dd08aee3b821104e8c4bec3c83280e) --- 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 f345db6976..ffd8195e07 100644 --- a/InvenTree/templates/js/translated/bom.js +++ b/InvenTree/templates/js/translated/bom.js @@ -79,7 +79,7 @@ function exportBom(part_id, options={}) { }, cascading: { label: '{% trans "Cascading" %}', - help_text: '{% trans "Download cascading / mmulti-level BOM" %}', + help_text: '{% trans "Download cascading / multi-level BOM" %}', type: 'boolean', value: inventreeLoad('bom-export-cascading', true), },