diff --git a/api/api/models/image.py b/api/api/models/image.py index 5fea4388bfd..bc4fffb0755 100644 --- a/api/api/models/image.py +++ b/api/api/models/image.py @@ -99,7 +99,7 @@ class MatureImage(AbstractMatureMedia): db_constraint=False, db_column="identifier", related_name="mature_image", - help_text="The reference to the mature image.", + help_text="The reference to the sensitive image.", )