fix(@desktop/wallet): orange alert message on non-imported keypair (point 2)

Point 2 of #11968
This commit is contained in:
Sale Djenic 2023-08-22 12:58:01 +02:00 committed by saledjenic
parent 00513ed306
commit f21e10f80d

View File

@ -854,7 +854,7 @@ QtObject {
} }
} }
if (keypair.syncedFrom !== "") { if (keypair.syncedFrom !== "") {
return qsTr("Requires import to use") return qsTr("Import keypair to use derived accounts")
} }
} }