From f15fd92e177e2de08f8c140d51f6e68897ba5c51 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 19 Nov 2019 17:41:46 +0100 Subject: [PATCH] mixed notes --- static/js/infoView.erg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/infoView.erg.js b/static/js/infoView.erg.js index e478eb2..ee72d4d 100644 --- a/static/js/infoView.erg.js +++ b/static/js/infoView.erg.js @@ -394,7 +394,7 @@ pandora.ui.infoView = function(data, isMixed) { .append( Ox.EditableContent({ height: 128, - placeholder: formatLight(Ox._(isMixed ? 'Mixed notes' : 'No notes')), + placeholder: formatLight(Ox._(isMixed.notes ? 'Mixed notes' : 'No notes')), tooltip: pandora.getEditTooltip(), type: 'textarea', value: data.notes || '',