mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-04 23:51:10 +02:00
Merge 89f3b890b0
into 0a9d61986c
This commit is contained in:
commit
f301f968aa
@ -139,7 +139,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 {
|
||||
|
@ -117,7 +117,7 @@ ColumnLayout {
|
||||
styleName: "Solid"
|
||||
visible: trusted
|
||||
text: FontAwesome.shieldAlt
|
||||
tooltip: qsTr("Trusted daemon") + translationManager.emptyString
|
||||
tooltip: qsTr("Trusted remote node") + translationManager.emptyString
|
||||
themeTransition: false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user