Skip to content

Commit

Permalink
Clarify language when bypassing account creation
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Mar 7, 2024
1 parent a0f5a3e commit 0219333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,9 @@ joined_network_instructions() {
echo ""
if [[ ${skip_account_setup} -eq 1 ]]; then
if [[ -z ${account_addr} ]]; then
echo "No new account was created because your wallet already has multiple accounts."
echo "Account setup skipped. Multiple accounts detected in your wallet."
else
echo "No new account was created because you already have an account with the address: ${account_addr}"
echo "Account setup skipped. Detected existing account with address: ${account_addr}"
fi

echo ""
Expand Down

0 comments on commit 0219333

Please sign in to comment.