From ed6c4e62af3e601e663a4328635e7e928e02bf8a Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 1 Apr 2014 15:54:13 +0200 Subject: [PATCH] strings --- static/js/infoView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/infoView.js b/static/js/infoView.js index d18dd4e94..90d782150 100644 --- a/static/js/infoView.js +++ b/static/js/infoView.js @@ -528,7 +528,7 @@ pandora.ui.infoView = function(data) { format: function(value) { return formatValue(key, value); }, - placeholder: formatLight('unknown'), + placeholder: formatLight(Ox._('unknown')), tooltip: canEdit ? pandora.getEditTooltip() : '', value: getValue(key, data[key]) })