mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 13:38:16 -06:00
13983 fix help text
This commit is contained in:
parent
686633f048
commit
d677dd8b5a
@ -76,7 +76,10 @@ class CustomFieldChoiceSetImportForm(CSVModelForm):
|
|||||||
extra_choices = SimpleArrayField(
|
extra_choices = SimpleArrayField(
|
||||||
base_field=forms.CharField(),
|
base_field=forms.CharField(),
|
||||||
required=False,
|
required=False,
|
||||||
help_text=_('Comma-separated list of field choices')
|
help_text=_(
|
||||||
|
'Quoted string of comma-separated field choices with optional labels separated by colon: '
|
||||||
|
'"choice1:First Choice,choice2:Second Choice"'
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
Loading…
Reference in New Issue
Block a user