Merge pull request #2638 from SchrodingersGat/typo-fix

Spelling fix
This commit is contained in:
Oliver 2022-02-17 08:44:52 +11:00 committed by GitHub
commit 08da2d6fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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