]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
wizard: add Trezor Safe 3
authortobtoht <tob@featherwallet.org>
Fri, 24 Nov 2023 19:49:06 +0000 (20:49 +0100)
committertobtoht <tob@featherwallet.org>
Fri, 24 Nov 2023 19:49:06 +0000 (20:49 +0100)
src/wizard/PageHardwareDevice.cpp

index 657b007fe2d5ec945e1282e06f7343e38c4b3835..760ba4323c9678b59d1676bfa544cc2508a3090c 100644 (file)
@@ -17,7 +17,7 @@ PageHardwareDevice::PageHardwareDevice(WizardFields *fields, QWidget *parent)
     ui->setupUi(this);
 
     ui->combo_deviceType->addItem("Ledger Nano S (PLUS) / X", DeviceType::LEDGER);
-    ui->combo_deviceType->addItem("Trezor Model T", DeviceType::TREZOR);
+    ui->combo_deviceType->addItem("Trezor Model T / Safe 3", DeviceType::TREZOR);
 
     connect(ui->btnOptions, &QPushButton::clicked, this, &PageHardwareDevice::onOptionsClicked);
 }