diff options
Diffstat (limited to 'wizard/WizardConfigure.qml')
| -rw-r--r-- | wizard/WizardConfigure.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wizard/WizardConfigure.qml b/wizard/WizardConfigure.qml index 343f9c88..1459db36 100644 --- a/wizard/WizardConfigure.qml +++ b/wizard/WizardConfigure.qml @@ -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 } } |
