Răsfoiți Sursa

Fixes #15567: Correct typo in help text

Fixes #15567: Correct typo in help text
teapot 1 an în urmă
părinte
comite
3cb68e4bc0
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      netbox/extras/models/tags.py

+ 1 - 1
netbox/extras/models/tags.py

@@ -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 = (