From 52c8d682405bca6ebdca2641b9f6f84af0f76b0b Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sun, 15 Aug 2021 21:00:07 +0200 Subject: [PATCH] WizardRestoreWallet4: "Open wallet" -> "Create wallet"; add translation --- wizard/WizardRestoreWallet4.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/WizardRestoreWallet4.qml b/wizard/WizardRestoreWallet4.qml index 152c2bd9..1f22314a 100644 --- a/wizard/WizardRestoreWallet4.qml +++ b/wizard/WizardRestoreWallet4.qml @@ -65,7 +65,7 @@ Rectangle { WizardNav { Layout.topMargin: 24 - btnNextText: "Open wallet" + btnNextText: qsTr("Create wallet") + translationManager.emptyString progressSteps: appWindow.walletMode <= 1 ? 3 : 4 progress: appWindow.walletMode <= 1 ? 2 : 3