diff --git a/src/AutoPilotPlugins/PX4/FlightModesComponent.qml b/src/AutoPilotPlugins/PX4/FlightModesComponent.qml index e0e4909b877ac5c488a91f72c21902ad68887ed7..1f53a4b74a678e595e5b70045da407b7b6e62fb0 100644 --- a/src/AutoPilotPlugins/PX4/FlightModesComponent.qml +++ b/src/AutoPilotPlugins/PX4/FlightModesComponent.qml @@ -936,7 +936,7 @@ Item { width: parent.width y: (parent.height * (1.0 - rc_return_th.value)) - (implicitHeight / 2) horizontalAlignment: Text.AlignRight - text: "Offboad" + text: "Offboard" } QGCLabel {