Skip to content

Commit

Permalink
fix help text to match updated cobo firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed Feb 11, 2021
1 parent b517b57 commit 55e0648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public Keystore getKeystore(ScriptType scriptType, InputStream inputStream, Stri

@Override
public String getKeystoreImportDescription() {
return "Import file or QR created by using the Multisig Wallet > Show/Export XPUB feature on your Cobo Vault.";
return "Import file or QR created by using the Multisig Wallet > ... > Show/Export XPUB feature on your Cobo Vault.";
}

@Override
Expand All @@ -45,12 +45,12 @@ public Wallet importWallet(InputStream inputStream, String password) throws Impo

@Override
public String getWalletImportDescription() {
return "Import file or QR created by using the Multisig Wallet > Create Multisig Wallet feature on your Cobo Vault.";
return "Import file or QR created by using the Multisig Wallet > ... > Create Multisig Wallet feature on your Cobo Vault.";
}

@Override
public String getWalletExportDescription() {
return "Export file that can be read by your Cobo Vault using the Multisig Wallet > Import Multisig Wallet feature.";
return "Export file or QR that can be read by your Cobo Vault using the Multisig Wallet > ... > Import Multisig Wallet feature.";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public String getName() {

@Override
public String getKeystoreImportDescription() {
return "Import file or QR created by using the Settings > Watch-Only Wallet > Generic Wallet > Export Wallet feature on your Cobo Vault.";
return "Import file or QR created by using the My Cobo Vault > ... > Export Wallet feature on your Cobo Vault.";
}

@Override
Expand Down

0 comments on commit 55e0648

Please sign in to comment.