mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
tweak naming
This commit is contained in:
parent
af36d7b5a5
commit
452afe4731
3 changed files with 3 additions and 3 deletions
|
@ -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
2
drongo
|
@ -1 +1 @@
|
|||
Subproject commit 4ec07e2a91c70a56b419f02e7f75d5a8282b15f3
|
||||
Subproject commit 6da818606a506e43bdafcfea93cad85d8cf82f74
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue