diff --git a/qml/ui/configpopup/status/StatusCardBodyOpenHD.qml b/qml/ui/configpopup/status/StatusCardBodyOpenHD.qml index 8e42b7365..8994b341f 100644 --- a/qml/ui/configpopup/status/StatusCardBodyOpenHD.qml +++ b/qml/ui/configpopup/status/StatusCardBodyOpenHD.qml @@ -95,7 +95,7 @@ Column { m_right_text_color: m_last_ping === "N/A" ? "#DC143C" : "green" } StatusCardRow{ - m_left_text: qsTr(m_is_ground ? "Link HW: " : "Link HW:") + m_left_text: qsTr(m_is_ground ? "Link HW:" : "Link HW:") m_right_text: { if(m_is_ground){ if(!_ohdSystemGround.is_alive){