Skip to content

Commit

Permalink
Update WizardCreateDevice1.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
rating89us committed Dec 30, 2019
1 parent 43f378b commit 118ad12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wizard/WizardCreateDevice1.qml
Expand Up @@ -49,8 +49,8 @@ Rectangle {
ListModel {
id: deviceNameModel
ListElement { column1: qsTr("Choose your hardware device"); column2: "";}
ListElement { column1: "Ledger"; column2: "Ledger";}
ListElement { column1: "Trezor"; column2: "Trezor";}
ListElement { column1: "Ledger Nano S/X"; column2: "Ledger";}
ListElement { column1: "Trezor Model T"; column2: "Trezor";}
}

function update(){
Expand Down

0 comments on commit 118ad12

Please sign in to comment.