diff --git a/src/main/java/com/sparrowwallet/sparrow/io/WalletLabels.java b/src/main/java/com/sparrowwallet/sparrow/io/WalletLabels.java index 75f1b37f..0789da2e 100644 --- a/src/main/java/com/sparrowwallet/sparrow/io/WalletLabels.java +++ b/src/main/java/com/sparrowwallet/sparrow/io/WalletLabels.java @@ -124,7 +124,7 @@ public class WalletLabels implements WalletImport, WalletExport { @Override public String getWalletImportDescription() { - return "Imports a file containing labels in the BIP329 standard format to the currently selected wallet."; + return "Imports a file containing labels in the BIP329 standard (or Electrum history CSV) format to the currently selected wallet."; } @Override