2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

Fixed build typo

This commit is contained in:
eeintech
2021-03-12 11:46:56 -05:00
parent ed028aed62
commit acb0b2c10a
4 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@ class BuildOutputCreateForm(HelperForm):
confirm = forms.BooleanField(
required=True,
label=_('Confirm'),
help_text=_('Confirm creation of build outut'),
help_text=_('Confirm creation of build output'),
)
class Meta: