mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-11 07:24:15 +00:00
Fix typo in new / edit part forms ("extenel URL")
Capitalisation consistency in "Create New Part" form title
This commit is contained in:
@ -562,7 +562,7 @@ class Part(MPTTModel):
|
||||
|
||||
revision = models.CharField(max_length=100, blank=True, null=True, help_text=_('Part revision or version number'))
|
||||
|
||||
link = InvenTreeURLField(blank=True, null=True, help_text=_('Link to extenal URL'))
|
||||
link = InvenTreeURLField(blank=True, null=True, help_text=_('Link to external URL'))
|
||||
|
||||
image = StdImageField(
|
||||
upload_to=rename_part_image,
|
||||
|
Reference in New Issue
Block a user