mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 01:38:00 +00:00
fix(@desktop/wallet): orange alert message on non-imported keypair (point 2)
Point 2 of #11968
This commit is contained in:
parent
00513ed306
commit
f21e10f80d
@ -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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user