mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 19:36:26 -06:00
Tweak help text
This commit is contained in:
parent
663b7f8901
commit
8ee14409c2
@ -911,9 +911,9 @@ class ModularComponentTemplateForm(ComponentTemplateForm):
|
||||
|
||||
# Components attached to a module need to present this standardized substitution help text.
|
||||
self.fields['name'].help_text = _(
|
||||
"Alphanumeric ranges are supported for bulk creation. Mixed cases and types "
|
||||
"within a single range are not supported (example: <code>[ge,xe]-0/0/[0-9]</code>). The string "
|
||||
"<code>{module}</code> will be replaced with the position of the assigned module, if any."
|
||||
"Alphanumeric ranges are supported for bulk creation. Mixed cases and types within a single range are not "
|
||||
"supported (example: <code>[ge,xe]-0/0/[0-9]</code>). The token <code>{module}</code>, if present, will be "
|
||||
"automatically replaced with the position value when creating a new module."
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user