diff --git a/htdocs/lib/DemodulatorPanel.js b/htdocs/lib/DemodulatorPanel.js index 8c10ff35..dc02447a 100644 --- a/htdocs/lib/DemodulatorPanel.js +++ b/htdocs/lib/DemodulatorPanel.js @@ -89,7 +89,7 @@ DemodulatorPanel.prototype.setMode = function(requestedModulation) { return; } if (!mode.isAvailable()) { - divlog('Modulation "' + mode.name + '" not supported. Please check requirements', true); + divlog('Modulation "' + mode.name + '" not supported. Please check the feature report', true); return; }