aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateDevice1.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-04-16 16:53:35 +0200
committerselsta <selsta@sent.at>2019-04-16 16:53:35 +0200
commita6f7b13389d6a46b1275265da844f93983561628 (patch)
tree765652d1b8a7959fb07ac3a86cef5fed501b4b09 /wizard/WizardCreateDevice1.qml
parentd2c47606ca8446e58ef122117f8f84b578691bab (diff)
downloadmonzero-gui-a6f7b13389d6a46b1275265da844f93983561628.tar.gz
monzero-gui-a6f7b13389d6a46b1275265da844f93983561628.tar.xz
monzero-gui-a6f7b13389d6a46b1275265da844f93983561628.zip
wizard: don't translate hardware wallet names
Diffstat (limited to 'wizard/WizardCreateDevice1.qml')
-rw-r--r--wizard/WizardCreateDevice1.qml4
1 files 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(){