mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-16 15:41:34 +00:00
Improve translation source text (#4254)
* Improve translation source text * Add migration file for translation
This commit is contained in:
@@ -950,7 +950,7 @@ class Part(InvenTreeBarcodeMixin, MetadataMixin, MPTTModel):
|
||||
max_length=20, default="",
|
||||
blank=True, null=True,
|
||||
verbose_name=_('Units'),
|
||||
help_text=_('Stock keeping units for this part')
|
||||
help_text=_('Units of measure for this part')
|
||||
)
|
||||
|
||||
assembly = models.BooleanField(
|
||||
|
Reference in New Issue
Block a user