diff --git a/src/main/java/com/sparrowwallet/sparrow/io/SpecterDesktop.java b/src/main/java/com/sparrowwallet/sparrow/io/SpecterDesktop.java index 76032800..c30704f4 100644 --- a/src/main/java/com/sparrowwallet/sparrow/io/SpecterDesktop.java +++ b/src/main/java/com/sparrowwallet/sparrow/io/SpecterDesktop.java @@ -49,7 +49,7 @@ public class SpecterDesktop implements WalletImport, WalletExport { @Override public String getWalletImportDescription() { - return "Import a Specter wallet created by using the Wallets > Settings > Export to Wallet Software in Specter Desktop"; + return "Import a Specter wallet created by using the Wallets > Settings > Export to Wallet Software in Specter Desktop. Note Connected (USB) Hardware Wallets may need to be reimported separately as the export file may not contain this information."; } @Override