From 3cb68e4bc032f0270c5c12a08811d2c1ae3913c7 Mon Sep 17 00:00:00 2001 From: teapot Date: Fri, 29 Mar 2024 02:01:08 +0900 Subject: [PATCH] Fixes #15567: Correct typo in help text Fixes #15567: Correct typo in help text --- netbox/extras/models/tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/extras/models/tags.py b/netbox/extras/models/tags.py index 3aba6df60..97b9087c5 100644 --- a/netbox/extras/models/tags.py +++ b/netbox/extras/models/tags.py @@ -37,7 +37,7 @@ class Tag(CloningMixin, ExportTemplatesMixin, ChangeLoggedModel, TagBase): to='contenttypes.ContentType', related_name='+', 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 = (