wizard: remove msg about confirmation dialog

This commit is contained in:
Jaquee
2016-11-27 14:27:18 +01:00
parent 26abdee5c4
commit b97dc2f481
2 changed files with 2 additions and 3 deletions

View File

@@ -112,8 +112,7 @@ Item {
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. " +
"You will be asked to confirm the seed in the next screen to ensure it has copied down correctly.")
text: qsTr("It is very important to write it down as this is the only backup you will need for your wallet.")
+ translationManager.emptyString
}
}