Commit 3874b796 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4219 from bluerobotics/leakFormat

Improve Sub's leak sensor labeling for better clarity
parents 30d0e992 ff499429
......@@ -172,7 +172,7 @@ SetupPage {
QGCLabel {
id: leakDetectorLabel
text: qsTr("Leak detector")
text: qsTr("Leak Detector")
font.family: ScreenTools.demiboldFontFamily
}
......@@ -205,7 +205,7 @@ SetupPage {
anchors.margins: _margins
anchors.left: parent.left
anchors.top: leakPinLabel.bottom
text: qsTr("Logic:")
text: qsTr("Logic (when dry):")
}
FactComboBox {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment