Skip to content

Commit

Permalink
fix " "
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Nov 15, 2023
1 parent b1fa5e3 commit 69a9de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/configpopup/status/StatusCardBodyOpenHD.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit 69a9de5

Please sign in to comment.