From 4b36aca6fca6120f518d3f72efb2cc0aa824123a Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 20 Sep 2021 14:45:00 +0200 Subject: [PATCH] update wording to direct users to the feature report --- htdocs/lib/DemodulatorPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }