diff --git a/src/FlightDisplay/FlightDisplayViewWidgets.qml b/src/FlightDisplay/FlightDisplayViewWidgets.qml index 8f4b08f9690e8f7f6f024cca8ea25c360795f81c..7e07d51f3b856933918cb6c87a10549fc3d70399 100644 --- a/src/FlightDisplay/FlightDisplayViewWidgets.qml +++ b/src/FlightDisplay/FlightDisplayViewWidgets.qml @@ -135,7 +135,7 @@ Item { z: QGroundControl.zOrderTopMost color: mapPal.text font.pointSize: ScreenTools.largeFontPointSize - text: "The vehicle has failed a pre-arm check. In order to arm the vehicle, resolve the failure or disable the arming check via the Safety tab on the Vehicle Setup page." + text: "The vehicle has failed a pre-arm check. In order to arm the vehicle, resolve the failure." } }