@ -15,12 +16,12 @@ public class SeedTool implements KeystoreFileImport {
@Override
publicStringgetName(){
return"Seed Tool";
return"Gordian Seed Tool";
}
@Override
publicWalletModelgetWalletModel(){
returnWalletModel.SEED_TOOL;
returnWalletModel.GORDIAN_SEED_TOOL;
}
@Override
@ -35,7 +36,7 @@ public class SeedTool implements KeystoreFileImport {
@Override
publicStringgetKeystoreImportDescription(){
return"Select your seed and scan the QR code created by Authenticate > Derive Key > Other Key Derivations > Account Descriptor. Click the share icon at the bottom to show the QR.";
return"Select your seed and scan the QR code created by Authenticate > Derive Key > Other Key Derivations > "+Network.get().toDisplayString()+" > Master Key > Account Descriptor. Click the share icon at the bottom.";