tweak naming

This commit is contained in:
Craig Raw 2020-08-29 18:04:27 +02:00
parent af36d7b5a5
commit 452afe4731
3 changed files with 3 additions and 3 deletions

View file

@ -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

2
drongo

@ -1 +1 @@
Subproject commit 4ec07e2a91c70a56b419f02e7f75d5a8282b15f3
Subproject commit 6da818606a506e43bdafcfea93cad85d8cf82f74

View file

@ -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;