From 2f4d31a9258957726df8376a93c143904317aed6 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Wed, 21 Dec 2016 01:32:55 -0500 Subject: [PATCH] Improve wizard Seed importance/secret statement --- wizard/WizardMemoTextInput.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }