Fix incorrect title of event schema attribute_list

This commit is contained in:
Christopher Horn 2023-03-05 12:55:24 -05:00 committed by Nick Hall
parent 2c70982fab
commit 0eb562e67b

View File

@ -162,7 +162,7 @@ class Event(CitationBase, NoteBase, MediaBase, AttributeBase,
"title": _("Media")},
"attribute_list": {"type": "array",
"items": Attribute.get_schema(),
"title": _("Media")},
"title": _("Attributes")},
"change": {"type": "integer",
"title": _("Last changed")},
"tag_list": {"type": "array",