diff --git a/retroshare-qml-app/src/TrustedNodesView.qml b/retroshare-qml-app/src/TrustedNodesView.qml index c53cb3bed..b1778d3d4 100644 --- a/retroshare-qml-app/src/TrustedNodesView.qml +++ b/retroshare-qml-app/src/TrustedNodesView.qml @@ -109,7 +109,7 @@ Item ButtonText { id: bottomButton - text: qsTr("Add Trusted Node") + text: qsTr("Add/Share Trusted Node") anchors.bottom: parent.bottom onClicked: stackView.push("qrc:/AddTrustedNode.qml") anchors.horizontalCenter: parent.horizontalCenter