forked from Public/monero-gui
Merge pull request #1387
31ef55d make some daemon wizard wording more clear
This commit is contained in:
@@ -123,7 +123,7 @@ ColumnLayout {
|
||||
RowLayout {
|
||||
CheckBox {
|
||||
id: localNode
|
||||
text: qsTr("Start a node automatically in background (recommended)") + translationManager.emptyString
|
||||
text: qsTr("Start a node automatically in background or use an already running local node (recommended)") + translationManager.emptyString
|
||||
checkedIcon: "../images/checkedBlackIcon.png"
|
||||
background: "#FFFFFF"
|
||||
fontColor: "#4A4646"
|
||||
|
||||
Reference in New Issue
Block a user