2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 13:10:57 +00:00

Improve translation source text (#4254)

* Improve translation source text

* Add migration file for translation
This commit is contained in:
Oliver
2023-01-26 22:34:30 +11:00
committed by GitHub
parent c838bddc19
commit 26f71b3fac
2 changed files with 19 additions and 1 deletions

View File

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