diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-03-19 23:51:34 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-03-19 23:51:34 +0200 |
| commit | 62089df6e74cc60950525a40ed9cb6a62a971db7 (patch) | |
| tree | f90381ed63ade0eaeac9ed3f7cba6fa2a2848873 /wizard | |
| parent | 2542b1453411bf3b44b99008a6ef823b13aad0a3 (diff) | |
| parent | d42d2dd74236bb2f8d841a4fc6b9acc2f9a83ab8 (diff) | |
| download | monzero-gui-62089df6e74cc60950525a40ed9cb6a62a971db7.tar.gz monzero-gui-62089df6e74cc60950525a40ed9cb6a62a971db7.tar.xz monzero-gui-62089df6e74cc60950525a40ed9cb6a62a971db7.zip | |
Merge pull request #573
d42d2dd Better spacing for Wizard password warning (xmr-eric)
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardPassword.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardPassword.qml b/wizard/WizardPassword.qml index 2564ce4f..2444add0 100644 --- a/wizard/WizardPassword.qml +++ b/wizard/WizardPassword.qml @@ -124,7 +124,7 @@ ColumnLayout { //renderType: Text.NativeRendering color: "#4A4646" horizontalAlignment: Text.AlignHCenter - text: qsTr("Note: this password cannot be recovered. If you forget it then the wallet will have to be restored from its 25 word mnemonic seed.<br/><br/> + text: qsTr(" <br>Note: this password cannot be recovered. If you forget it then the wallet will have to be restored from its 25 word mnemonic seed.<br/><br/> <b>Enter a strong password</b> (using letters, numbers, and/or symbols):") + translationManager.emptyString } |
