diff options
| author | selsta <selsta@sent.at> | 2019-04-16 16:53:35 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-04-16 16:53:35 +0200 |
| commit | a6f7b13389d6a46b1275265da844f93983561628 (patch) | |
| tree | 765652d1b8a7959fb07ac3a86cef5fed501b4b09 /wizard/WizardCreateDevice1.qml | |
| parent | d2c47606ca8446e58ef122117f8f84b578691bab (diff) | |
| download | monzero-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.qml | 4 |
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(){ |
