diff --git a/locales/en/messages.json b/locales/en/messages.json index 5c39013a55b..6de601524f9 100755 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -3387,8 +3387,8 @@ "firmwareFlasherReleaseTarget": { "message": "Target:" }, - "firmwareFlasherTargetSupportUrlInfo": { - "message": "Get more information about target at Betaflight support", + "firmwareFlasherTargetWikiUrlInfo": { + "message": "Get more information about the target on the Betaflight Wiki", "description": "Link to Betaflight support for target" }, "firmwareFlasherReleaseMCU": { @@ -7364,7 +7364,7 @@ "description": "Text for the option to enable automatic opening of DevTools in debug mode" }, "betaflightSupportButton": { - "message": "Support", + "message": "Wiki", "description": "Text for the button to open the support URL" } } diff --git a/src/js/tabs/firmware_flasher.js b/src/js/tabs/firmware_flasher.js index af357c0459e..8d6892427fd 100644 --- a/src/js/tabs/firmware_flasher.js +++ b/src/js/tabs/firmware_flasher.js @@ -933,7 +933,6 @@ firmware_flasher.initialize = function (callback) { if (urlExists(urlBoard)) { urlSupport = urlBoard; } - console.log('Support URL:', urlSupport); targetSupportInfo.attr("href", urlSupport); });