diff --git a/src/VehicleSetup/SetupView.qml b/src/VehicleSetup/SetupView.qml index 985b6ad4ee486600838e8dacd03d3ceebea70020..fb030cd167ebafd5fe77b2bd6185d70d200ee371 100644 --- a/src/VehicleSetup/SetupView.qml +++ b/src/VehicleSetup/SetupView.qml @@ -165,7 +165,7 @@ Rectangle { horizontalAlignment: Text.AlignHCenter wrapMode: Text.WordWrap font.pixelSize: ScreenTools.largeFontPixelSize - text: "Connect vehicle to your device and QGroundControl will automatically detect to it." + + text: "Connect vehicle to your device and QGroundControl will automatically detect it." + (ScreenTools.isMobile ? "" : " Click Firmware on the left to upgrade your vehicle.") onLinkActivated: Qt.openUrlExternally(link)