mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fixed build typo
This commit is contained in:
parent
ed028aed62
commit
acb0b2c10a
@ -95,7 +95,7 @@ class BuildOutputCreateForm(HelperForm):
|
|||||||
confirm = forms.BooleanField(
|
confirm = forms.BooleanField(
|
||||||
required=True,
|
required=True,
|
||||||
label=_('Confirm'),
|
label=_('Confirm'),
|
||||||
help_text=_('Confirm creation of build outut'),
|
help_text=_('Confirm creation of build output'),
|
||||||
)
|
)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
@ -351,7 +351,7 @@ msgid "Enter serial numbers for build outputs"
|
|||||||
msgstr "Seriennummer für dieses hergestelltes Teil eingeben"
|
msgstr "Seriennummer für dieses hergestelltes Teil eingeben"
|
||||||
|
|
||||||
#: build/forms.py:98
|
#: build/forms.py:98
|
||||||
msgid "Confirm creation of build outut"
|
msgid "Confirm creation of build output"
|
||||||
msgstr "Anlage Baufertigstellung bestätigen"
|
msgstr "Anlage Baufertigstellung bestätigen"
|
||||||
|
|
||||||
#: build/forms.py:118
|
#: build/forms.py:118
|
||||||
|
@ -350,7 +350,7 @@ msgid "Enter serial numbers for build outputs"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: build/forms.py:98
|
#: build/forms.py:98
|
||||||
msgid "Confirm creation of build outut"
|
msgid "Confirm creation of build output"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: build/forms.py:118
|
#: build/forms.py:118
|
||||||
|
@ -350,7 +350,7 @@ msgid "Enter serial numbers for build outputs"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: build/forms.py:98
|
#: build/forms.py:98
|
||||||
msgid "Confirm creation of build outut"
|
msgid "Confirm creation of build output"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: build/forms.py:118
|
#: build/forms.py:118
|
||||||
|
Loading…
Reference in New Issue
Block a user