diff options
Diffstat (limited to 'wizard/WizardCreateDevice1.qml')
| -rw-r--r-- | wizard/WizardCreateDevice1.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index 9e106c6a..9ad2ca33 100644 --- a/wizard/WizardCreateDevice1.qml +++ b/wizard/WizardCreateDevice1.qml @@ -47,7 +47,7 @@ Rectangle { ListModel { id: deviceNameModel ListElement { column1: qsTr("Ledger") ; column2: "Ledger"; } -// ListElement { column1: qsTr("Trezor") ; column2: "Trezor"; } + ListElement { column1: qsTr("Trezor") ; column2: "Trezor"; } } function update(){ |
