From c2493a811231a2123ff3eabedfbd96b6477d5b44 Mon Sep 17 00:00:00 2001 From: Ryan Breaker Date: Tue, 24 Oct 2017 19:59:37 -0500 Subject: [PATCH] Update help text for ExpandableNameField (again) --- netbox/utilities/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/utilities/forms.py b/netbox/utilities/forms.py index ce9ecd324..9edc37a51 100644 --- a/netbox/utilities/forms.py +++ b/netbox/utilities/forms.py @@ -341,7 +341,7 @@ class ExpandableNameField(forms.CharField): super(ExpandableNameField, self).__init__(*args, **kwargs) if not self.help_text: self.help_text = 'Alphanumeric ranges are supported for bulk creation.
' \ - 'Mixed cases and types in ranges are not supported.
' \ + 'Mixed cases and types within a single range are not supported.
' \ 'Examples:'