diff --git a/mayan/apps/metadata/apps.py b/mayan/apps/metadata/apps.py index b77488971b..487e1cebe6 100644 --- a/mayan/apps/metadata/apps.py +++ b/mayan/apps/metadata/apps.py @@ -63,7 +63,8 @@ class MetadataApp(MayanAppConfig): ModelAttribute( Document, 'metadata', type_name='related', description=_( - 'Queryset containing a MetadataType instance reference and a value for that metadata type' + 'Queryset containing a MetadataType instance reference and a ' + 'value for that metadata type' ) ) ModelAttribute(