diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-04-19 11:38:03 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-04-19 11:38:03 -0500 |
| commit | a7a954bb229a29b04771b09579a40b9c33e401e9 (patch) | |
| tree | 5cd8004d778553ed87cbd9c7debeccd56a27a5a3 /wizard | |
| parent | d72e9873d1d1daf99d8095504848f71836f15ef9 (diff) | |
| parent | 66f29831e19b1a669e3b4f76e915acdd04df4a59 (diff) | |
| download | monzero-gui-a7a954bb229a29b04771b09579a40b9c33e401e9.tar.gz monzero-gui-a7a954bb229a29b04771b09579a40b9c33e401e9.tar.xz monzero-gui-a7a954bb229a29b04771b09579a40b9c33e401e9.zip | |
Merge pull request #1322
66f2983 fix typo in daemon setup wizard
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 c0a45e7a..6bc36e8e 100644 --- a/wizard/WizardDaemonSettings.qml +++ b/wizard/WizardDaemonSettings.qml @@ -113,7 +113,7 @@ ColumnLayout { // horizontalAlignment: Text.AlignHCenter text: qsTr("To be able to communicate with the Monero network your wallet needs to be connected to a Monero node. For best privacy it's recommended to run your own node. \ <br><br> \ - If you don't have the option to run an own node there's an option to connect to a remote node.") + If you don't have the option to run your own node, there's an option to connect to a remote node.") + translationManager.emptyString } } |
