From a6f7b13389d6a46b1275265da844f93983561628 Mon Sep 17 00:00:00 2001 From: selsta Date: Tue, 16 Apr 2019 16:53:35 +0200 Subject: [PATCH] wizard: don't translate hardware wallet names --- wizard/WizardCreateDevice1.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index 313dfe54..ce2a6c4a 100644 --- a/wizard/WizardCreateDevice1.qml +++ b/wizard/WizardCreateDevice1.qml @@ -46,8 +46,8 @@ Rectangle { ListModel { id: deviceNameModel - ListElement { column1: qsTr("Ledger") ; column2: "Ledger"; } - ListElement { column1: qsTr("Trezor") ; column2: "Trezor"; } + ListElement { column1: "Ledger"; column2: "Ledger"; } + ListElement { column1: "Trezor"; column2: "Trezor"; } } function update(){