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 || '',