diff options
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardDaemonSettings.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardDaemonSettings.qml b/wizard/WizardDaemonSettings.qml index 6bc36e8e..4ba6e3d8 100644 --- a/wizard/WizardDaemonSettings.qml +++ b/wizard/WizardDaemonSettings.qml @@ -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" |
