From 75057eb6f6a0125e3221c01f88df877a766a6ef9 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Tue, 24 Sep 2024 13:10:45 -0700 Subject: [PATCH] 17569 review changes --- netbox/dcim/forms/model_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/dcim/forms/model_forms.py b/netbox/dcim/forms/model_forms.py index 60431784c..4f08ea896 100644 --- a/netbox/dcim/forms/model_forms.py +++ b/netbox/dcim/forms/model_forms.py @@ -1352,7 +1352,7 @@ class InterfaceForm(InterfaceCommonForm, ModularDeviceComponentForm): queryset=VLANGroup.objects.all(), required=False, label=_('VLAN group'), - help_text=_("Used only to filter tagged and untagged VLANs below. This is not saved on the interface.") + help_text=_("Filter VLANs available for assignment by group.") ) untagged_vlan = DynamicModelChoiceField( queryset=VLAN.objects.all(),