From b81b205e498ab1039ea1f5c15c3871c4555d6f0b Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Tue, 16 Jul 2024 16:32:26 +0200 Subject: [PATCH] Fix configuratorUpdateHelp message (#4102) * Fix message * Update message for PWA --- locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en/messages.json b/locales/en/messages.json index c26fe3b09b..68ffafca39 100755 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -308,7 +308,7 @@ "message": "You are using an outdated version of the Betaflight Configurator.
$t(configuratorUpdateHelp.message)" }, "configuratorUpdateHelp": { - "message": "Using a newer version of the firmware with an outdated version of Configurator means that changing some settings will result in a corrupted firmware configuration and a non-working craft.
Furthermore, some features of the firmware will only be configurable in CLI.

Betaflight Configurator version $1 is available for download online.
Download and install the latest version of configurator with fixes and improvements here
Configurator window needs to be closed before updating." + "message": "When internet is available, the app should automatically ask for available updates." }, "configuratorUpdateWebsite": { "message": "Go to Release Website"