diff options
| author | xmr-eric <eric@moneroeric.com> | 2017-03-19 13:35:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-19 13:35:02 -0400 |
| commit | d42d2dd74236bb2f8d841a4fc6b9acc2f9a83ab8 (patch) | |
| tree | 3e55894de0f4e30e8791c52c1a6122ae46efee77 /wizard | |
| parent | 69e037ba4d8928cb2df85d64e292c8c53b2c3936 (diff) | |
| download | monzero-gui-d42d2dd74236bb2f8d841a4fc6b9acc2f9a83ab8.tar.gz monzero-gui-d42d2dd74236bb2f8d841a4fc6b9acc2f9a83ab8.tar.xz monzero-gui-d42d2dd74236bb2f8d841a4fc6b9acc2f9a83ab8.zip | |
Better spacing for Wizard password warning
Title was butted right up against warning. No more.
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 } |
