Change button text to be more specific

This commit is contained in:
Angela Mazzurco 2017-07-24 16:28:04 +02:00
parent 4747e163d5
commit cf91bbbf0b

View File

@ -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