diff options
| -rw-r--r-- | wizard/WizardOptions.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardOptions.qml b/wizard/WizardOptions.qml index 6483f26b..0797fc34 100644 --- a/wizard/WizardOptions.qml +++ b/wizard/WizardOptions.qml @@ -174,7 +174,7 @@ Item { font.pixelSize: 16 color: "#4A4949" horizontalAlignment: Text.AlignHCenter - text: qsTr("Recover wallet from 25 word mnemonic seed") + translationManager.emptyString + text: qsTr("Restore wallet from 25 word mnemonic seed") + translationManager.emptyString width:page.buttonSize wrapMode: Text.WordWrap } |
