Correct table column name
Some checks failed
CI / build (20.x, 3.10) (push) Has been cancelled
CI / build (20.x, 3.11) (push) Has been cancelled
CI / build (20.x, 3.12) (push) Has been cancelled

This commit is contained in:
Jeremy Stretch 2025-07-21 13:29:34 -04:00
parent adb8e53823
commit 18718fda3a

View File

@ -260,7 +260,7 @@ class ImageAttachmentTable(NetBoxTable):
) )
size = tables.Column( size = tables.Column(
orderable=False, orderable=False,
verbose_name=_('Size (Bytes)') verbose_name=_('Size')
) )
class Meta(NetBoxTable.Meta): class Meta(NetBoxTable.Meta):