mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 11:56:25 -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.
|
# Components attached to a module need to present this standardized substitution help text.
|
||||||
self.fields['name'].help_text = _(
|
self.fields['name'].help_text = _(
|
||||||
"Alphanumeric ranges are supported for bulk creation. Mixed cases and types "
|
"Alphanumeric ranges are supported for bulk creation. Mixed cases and types within a single range are not "
|
||||||
"within a single range are not supported (example: <code>[ge,xe]-0/0/[0-9]</code>). The string "
|
"supported (example: <code>[ge,xe]-0/0/[0-9]</code>). The token <code>{module}</code>, if present, will be "
|
||||||
"<code>{module}</code> will be replaced with the position of the assigned module, if any."
|
"automatically replaced with the position value when creating a new module."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user