diff options
| author | xmr-eric <eric@moneroeric.com> | 2016-12-21 01:32:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-21 01:32:55 -0500 |
| commit | 2f4d31a9258957726df8376a93c143904317aed6 (patch) | |
| tree | 133d40277127069e35b82b288dc02b6e4d6ba82f /wizard/WizardMemoTextInput.qml | |
| parent | 31f9c1d09b12bc54a86e013006ade3a4cd312c9c (diff) | |
| download | monzero-gui-2f4d31a9258957726df8376a93c143904317aed6.tar.gz monzero-gui-2f4d31a9258957726df8376a93c143904317aed6.tar.xz monzero-gui-2f4d31a9258957726df8376a93c143904317aed6.zip | |
Improve wizard Seed importance/secret statement
Diffstat (limited to 'wizard/WizardMemoTextInput.qml')
| -rw-r--r-- | wizard/WizardMemoTextInput.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardMemoTextInput.qml b/wizard/WizardMemoTextInput.qml index 74ed51e9..e46fd09a 100644 --- a/wizard/WizardMemoTextInput.qml +++ b/wizard/WizardMemoTextInput.qml @@ -73,7 +73,7 @@ Column { font.pixelSize: 15 color: "#4A4646" wrapMode: Text.Wrap - text: qsTr("It is very important to write it down as this is the only backup you will need for your wallet.") + text: qsTr("This seed is VERY important to write down and keep secret. It is all you need to backup and restore your wallet.") + translationManager.emptyString } } |
