diff --git a/README.md b/README.md index 64a147d0..cdb8f4e0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Windows | %APPDATA%/Sparrow ## Reporting Issues -Please use the Issues tab above to report an issue. If possible, look in the sparrow.log file in the configuration directory for information helpful in debugging. +Please use the [Issues](https://github.com/sparrowwallet/sparrow/issues) tab above to report an issue. If possible, look in the sparrow.log file in the configuration directory for information helpful in debugging. ## License diff --git a/drongo b/drongo index 4ec07e2a..6da81860 160000 --- a/drongo +++ b/drongo @@ -1 +1 @@ -Subproject commit 4ec07e2a91c70a56b419f02e7f75d5a8282b15f3 +Subproject commit 6da818606a506e43bdafcfea93cad85d8cf82f74 diff --git a/src/main/java/com/sparrowwallet/sparrow/control/MnemonicKeystoreImportPane.java b/src/main/java/com/sparrowwallet/sparrow/control/MnemonicKeystoreImportPane.java index 7fdef600..8d77e2fd 100644 --- a/src/main/java/com/sparrowwallet/sparrow/control/MnemonicKeystoreImportPane.java +++ b/src/main/java/com/sparrowwallet/sparrow/control/MnemonicKeystoreImportPane.java @@ -54,7 +54,7 @@ public class MnemonicKeystoreImportPane extends TitledDescriptionPane { private final SimpleStringProperty passphraseProperty = new SimpleStringProperty(); public MnemonicKeystoreImportPane(Wallet wallet, KeystoreMnemonicImport importer) { - super(importer.getName(), "Mnemonic import", importer.getKeystoreImportDescription(), "image/" + importer.getWalletModel().getType() + ".png"); + super(importer.getName(), "Seed import", importer.getKeystoreImportDescription(), "image/" + importer.getWalletModel().getType() + ".png"); this.wallet = wallet; this.importer = importer;