Fixes #15567: Correct typo in help text

Fixes #15567: Correct typo in help text
This commit is contained in:
teapot 2024-03-29 02:01:08 +09:00 committed by GitHub
parent 69c0aac105
commit 360630f757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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