From 1b5796a0ee08ef1a0be4682aae59469b8e342a23 Mon Sep 17 00:00:00 2001
From: selsta <selsta@sent.at>
Date: Sat, 29 Jun 2019 04:29:55 +0200
Subject: [PATCH] WizardSummary: remove duplicated entry

---
 wizard/WizardSummary.qml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/wizard/WizardSummary.qml b/wizard/WizardSummary.qml
index 1698d28e..a94d921d 100644
--- a/wizard/WizardSummary.qml
+++ b/wizard/WizardSummary.qml
@@ -57,12 +57,6 @@ ColumnLayout {
         value: wizardController.language_language
     }
 
-    WizardSummaryItem {
-        Layout.fillWidth: true
-        header: qsTr("Wallet name") + translationManager.emptyString
-        value: walletOptionsName
-    }
-
     WizardSummaryItem {
         Layout.fillWidth: true
         header: qsTr("Restore height") + translationManager.emptyString