diff --git a/_locales/en/messages.json b/_locales/en/messages.json index f85efbaa..e5ae2fdc 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -3281,6 +3281,9 @@ "defaultsDialogInfo": { "message": "INAV Configurator would like to know which kind of UAV you are configuring. Based on this information it will modify some default values to unlock the best flying performance. " }, + "defaultsDialogInfo2": { + "message": "Avoid blindly restoring all PID and filter configuration from the previous version of INAV. The best result can be obtained by retuning from defaults!" + }, "throttleIdle": { "message": "Motors IDLE power [%]" }, diff --git a/main.html b/main.html index 49b8c25c..07a111ac 100755 --- a/main.html +++ b/main.html @@ -296,6 +296,7 @@