From bc6839d56eeb93db9aca71c6087416b736a32f57 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 17 Feb 2022 08:18:15 +1100 Subject: [PATCH] Spelling fix --- InvenTree/build/serializers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/build/serializers.py b/InvenTree/build/serializers.py index 0b0858cb8a..c7577fa68c 100644 --- a/InvenTree/build/serializers.py +++ b/InvenTree/build/serializers.py @@ -208,7 +208,7 @@ class BuildOutputCreateSerializer(serializers.Serializer): raise ValidationError(_("Integer quantity required for trackable parts")) if part.has_trackable_parts(): - raise ValidationError(_("Integer quantity required, as the bill of materials contains tracakble parts")) + raise ValidationError(_("Integer quantity required, as the bill of materials contains trackable parts")) return quantity