diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 475c09f9..61934c13 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -683,7 +683,10 @@ "message": "Disarm motors after set delay [seconds] (Requires MOTOR_STOP feature)" }, "configurationDisarmKillSwitch": { - "message": "Arm/Disarm motors regardless of throttle value when using AUX channel" + "message": "Disarm motors regardless of throttle value (When ARM is configured in Modes tab via AUX channel)" + }, + "configurationDisarmKillSwitchHelp": { + "message": "Arming is always disabled when the throttle is not low. Be careful as you could disarm accidentally with a switch while flying with this option active." }, "configurationDigitalIdlePercent": { "message": "Motor Idle Throttle Value [percent]" diff --git a/tabs/configuration.html b/tabs/configuration.html index 05d7c6c6..7db18d22 100644 --- a/tabs/configuration.html +++ b/tabs/configuration.html @@ -186,6 +186,7 @@
- \ No newline at end of file +