From 821ba813f14daee4ba1b465415a9abc5886b7f0b Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 14 Feb 2015 19:53:37 +0000 Subject: [PATCH] typo --- static/js/documentsPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/documentsPanel.js b/static/js/documentsPanel.js index 077344b4..e2aff845 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];