RemoteNodeDialog, RemoteNodeList: use "Trusted remote node" instead of "Trusted daemon"; add tooltip in checkbox

This commit is contained in:
rating89us 2021-08-01 15:49:04 +02:00 committed by rating89us
parent 51828babbb
commit 89f3b890b0
2 changed files with 4 additions and 2 deletions

View file

@ -122,7 +122,9 @@ MoneroComponents.Dialog {
MoneroComponents.CheckBox {
id: setTrustedDaemonCheckBox
activeFocusOnTab: true
text: qsTr("Mark as Trusted Daemon") + translationManager.emptyString
text: qsTr("Trusted remote node") + translationManager.emptyString
tooltip: qsTr("Check this box if this remote node is under your control (i.e. a dedicated server of your own).") + translationManager.emptyString
tooltipIconVisible: true
}
RowLayout {

View file

@ -116,7 +116,7 @@ ColumnLayout {
styleName: "Solid"
visible: trusted
text: FontAwesome.shieldAlt
tooltip: qsTr("Trusted daemon") + translationManager.emptyString
tooltip: qsTr("Trusted remote node") + translationManager.emptyString
themeTransition: false
}