diff --git a/interface/resources/qml/+android_interface/Stats.qml b/interface/resources/qml/+android_interface/Stats.qml index 1f07af786f..2581e4a82c 100644 --- a/interface/resources/qml/+android_interface/Stats.qml +++ b/interface/resources/qml/+android_interface/Stats.qml @@ -201,7 +201,7 @@ Item { } StatText { visible: root.expanded; - text: "Audio In Audio: " + root.audioAudioInboundPPS + " pps, " + + text: "Audio In Audio: " + root.audioInboundPPS + " pps, " + "Silent: " + root.audioSilentInboundPPS + " pps"; } StatText { diff --git a/interface/resources/qml/Stats.qml b/interface/resources/qml/Stats.qml index 23aa256cdc..7ab216d4ff 100644 --- a/interface/resources/qml/Stats.qml +++ b/interface/resources/qml/Stats.qml @@ -238,7 +238,7 @@ Item { } StatText { visible: root.expanded; - text: "Audio In Audio: " + root.audioAudioInboundPPS + " pps, " + + text: "Audio In Audio: " + root.audioInboundPPS + " pps, " + "Silent: " + root.audioSilentInboundPPS + " pps"; } StatText {