mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #366
10ac65f
WizardMemoTextInput: Better use of emphasis (xmr-eric)4406d4b
WizardPassword: Better emphasis and a word change (xmr-eric)
This commit is contained in:
commit
ee9888d9b6
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ Column {
|
||||||
font.pixelSize: 15
|
font.pixelSize: 15
|
||||||
color: "#4A4646"
|
color: "#4A4646"
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
text: qsTr("This seed is VERY important to write down and keep secret. It is all you need to backup and restore your wallet.")
|
text: qsTr("This seed is <b>very</b> important to write down and keep secret. It is all you need to backup and restore your wallet.")
|
||||||
+ translationManager.emptyString
|
+ translationManager.emptyString
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -151,7 +151,7 @@ Item {
|
||||||
color: "#4A4646"
|
color: "#4A4646"
|
||||||
horizontalAlignment: Text.AlignHCenter
|
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("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/>
|
||||||
Enter a secure password (using letters, numbers, and/or symbols):")
|
<b>Enter a strong password</b> (using letters, numbers, and/or symbols):")
|
||||||
+ translationManager.emptyString
|
+ translationManager.emptyString
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue