update wording to direct users to the feature report

This commit is contained in:
Jakob Ketterl 2021-09-20 14:45:00 +02:00
parent cb29fc251c
commit 4b36aca6fc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}