mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
wizard: don't translate hardware wallet names
This commit is contained in:
parent
d2c47606ca
commit
a6f7b13389
1 changed files with 2 additions and 2 deletions
|
@ -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(){
|
||||
|
|
Loading…
Reference in a new issue