This commit is contained in:
rating89us 2024-11-25 23:25:59 +00:00 committed by GitHub
commit f301f968aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

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

View File

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