From 0219333b61c478d519f655ab27a45bbc4f5db7b4 Mon Sep 17 00:00:00 2001 From: Henrik Soerensen Date: Thu, 7 Mar 2024 11:18:55 -0500 Subject: [PATCH] Clarify language when bypassing account creation --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a9542ca..7e4edec 100755 --- a/install.sh +++ b/install.sh @@ -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 ""