diff --git a/static/js/documentsPanel.js b/static/js/documentsPanel.js index 077344b4c..e2aff8451 100644 --- a/static/js/documentsPanel.js +++ b/static/js/documentsPanel.js @@ -726,7 +726,7 @@ pandora.ui.documentsPanel = function(options) { width: width - labelWidth }); } - } + }, label: Ox._('Entities'), value: item.entities.map(function(entity) { return [entity.type, entity.name];