7376 change help text

This commit is contained in:
Arthur 2022-10-31 14:07:45 -07:00 committed by jeremystretch
parent 8165326bb7
commit 2bdab1abc0

View File

@ -64,7 +64,7 @@ class NetBoxModelCSVForm(CSVModelForm, NetBoxModelForm):
"""
tags = TagField(
required=False,
help_text='Tags (as quoted list: "tag1,tag2")'
help_text='Tags (as quoted string: "tag1,tag2")'
)
def _get_custom_fields(self, content_type):