diff --git a/netbox/extras/tables/tables.py b/netbox/extras/tables/tables.py index 738ab3869..d55d7fc48 100644 --- a/netbox/extras/tables/tables.py +++ b/netbox/extras/tables/tables.py @@ -260,7 +260,7 @@ class ImageAttachmentTable(NetBoxTable): ) size = tables.Column( orderable=False, - verbose_name=_('Size (Bytes)') + verbose_name=_('Size') ) class Meta(NetBoxTable.Meta):