diff --git a/ui/app/AppLayouts/Node/Rate.qml b/ui/app/AppLayouts/Node/Rate.qml index adc2297f1f..b28a886151 100644 --- a/ui/app/AppLayouts/Node/Rate.qml +++ b/ui/app/AppLayouts/Node/Rate.qml @@ -18,7 +18,7 @@ Column { width: parent.width spacing: 10 StyledText { - text: "Upload" + text: qsTr("Upload") width: 250 anchors.verticalCenter: parent.verticalCenter } @@ -38,7 +38,7 @@ Column { StyledText { color: Style.current.secondaryText - text: qsTrId("Kb/s") + text: qsTr("Kb/s") anchors.verticalCenter: parent.verticalCenter anchors.right: uploadRate.right anchors.rightMargin: Style.current.padding @@ -47,7 +47,7 @@ Column { } StyledText { - text: "Download" + text: qsTr("Download") width: 273 anchors.verticalCenter: parent.verticalCenter } @@ -67,7 +67,7 @@ Column { StyledText { color: Style.current.secondaryText - text: qsTrId("Kb/s") + text: qsTr("Kb/s") anchors.verticalCenter: parent.verticalCenter anchors.right: downloadRate.right anchors.rightMargin: Style.current.padding diff --git a/vendor/status-go b/vendor/status-go index cdc7c55030..abcf2c2b65 160000 --- a/vendor/status-go +++ b/vendor/status-go @@ -1 +1 @@ -Subproject commit cdc7c5503001e2c987cf657dc707a3da81ea397e +Subproject commit abcf2c2b657c31af514c4ed7cbbf910d05490282