2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Fix speling errors in translated strings

This commit is contained in:
Oliver Walters
2022-05-04 09:17:42 +10:00
parent a191e45511
commit 75e24635b5
3 changed files with 3 additions and 3 deletions

View File

@ -387,7 +387,7 @@ class BuildOutputCompleteSerializer(serializers.Serializer):
default=False,
required=False,
label=_('Accept Incomplete Allocation'),
help_text=_('Complete ouputs if stock has not been fully allocated'),
help_text=_('Complete outputs if stock has not been fully allocated'),
)
notes = serializers.CharField(