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:
ge-0/0/[0-23,25,30]
e[0-3][a-d,f]
e[0-3,a-d,f]