diff --git a/netbox_site_prefix/__init__.py b/netbox_site_prefix/__init__.py index 57cbda8..2a9ded8 100644 --- a/netbox_site_prefix/__init__.py +++ b/netbox_site_prefix/__init__.py @@ -3,7 +3,7 @@ from netbox.plugins import PluginConfig class SitePrefixConfig(PluginConfig): name = "netbox_site_prefix" - verbose_name = "Site Prefix" + verbose_name = "NetBox Site Prefix" author = "LKE" description = "Shows the first word of the site name in device and rack tables." version = "1.0.0"