mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 03:27:21 -06:00
Fixes #15567: Correct typo in help text
Fixes #15567: Correct typo in help text
This commit is contained in:
parent
d37a6210fa
commit
3cb68e4bc0
@ -37,7 +37,7 @@ class Tag(CloningMixin, ExportTemplatesMixin, ChangeLoggedModel, TagBase):
|
|||||||
to='contenttypes.ContentType',
|
to='contenttypes.ContentType',
|
||||||
related_name='+',
|
related_name='+',
|
||||||
blank=True,
|
blank=True,
|
||||||
help_text=_("The object type(s) to which this this tag can be applied.")
|
help_text=_("The object type(s) to which this tag can be applied.")
|
||||||
)
|
)
|
||||||
|
|
||||||
clone_fields = (
|
clone_fields = (
|
||||||
|
Loading…
Reference in New Issue
Block a user