diff --git a/docs/cli-tools.md b/docs/cli-tools.md index baf1572..7fa2738 100644 --- a/docs/cli-tools.md +++ b/docs/cli-tools.md @@ -26,7 +26,7 @@ Retrieve the mnemonic of an existing account with the following command: !!! warning Remember to save or write down the 25-word seed phrase that shows up. If you lose it, you will lose access to your account, - including any Voi and Via tokens you have. Here's how to [keep your seed phrase safe](https://coinmarketcap.com/academy/article/how-to-protect-your-seed-phrase). + including any Voi tokens you have. Here's how to [keep your seed phrase safe](https://coinmarketcap.com/academy/article/how-to-protect-your-seed-phrase). ### Importing an Account @@ -37,7 +37,8 @@ Import an existing account with the following command: ``` !!! note - This is for if you made a wallet on a different terminal or a 3rd party wallet provider. *i.e Kibisi or A-Wallet* + This is for if you made a wallet on a different terminal or a 3rd party wallet provider. +i.e Kibisis or A-Wallet* ### Generating Participation Key diff --git a/docs/installation/uninstall.md b/docs/installation/uninstall.md index 51233d9..a44a073 100644 --- a/docs/installation/uninstall.md +++ b/docs/installation/uninstall.md @@ -4,7 +4,7 @@ !!! danger Make sure to [keep your account mnemonics](../../cli-tools/#retrieving-account-mnemonic) in a safe place. - If you lose it, you will lose access to your account, including any Voi and Via tokens you have. + If you lose it, you will lose access to your account, including any Voi tokens you have. To uninstall, execute the following commands: diff --git a/install.sh b/install.sh index 4c3adbb..6d077cb 100755 --- a/install.sh +++ b/install.sh @@ -1371,7 +1371,7 @@ if [[ -n ${VOINETWORK_SKIP_WALLET_SETUP} && -n ${VOINETWORK_IMPORT_ACCOUNT} ]]; echo "" echo "To import an existing account, set VOINETWORK_IMPORT_ACCOUNT=1 and unset VOINETWORK_SKIP_WALLET_SETUP." echo "" - echo "Your Voi and Via are linked to your account. Wallets are created automatically if needed." + echo "Your Voi are linked to your account. Wallets are created automatically if needed." echo "Voi Swarm doesn't support wallet import." abort "Exiting the program." fi