From b8a80f76cf395f47339e2f8ce4e597ba0c31b8e4 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 14 Apr 2022 16:09:39 -0400 Subject: [PATCH] change words --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 49dba99fc..41b3ec86f 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -937,7 +937,7 @@ whiptail_install_type_other() { if [[ $setup_type == 'network' ]]; then install_type=$(whiptail --title "$whiptail_title" --radiolist \ "Choose distributed node type:" 9 65 2 \ - "ANALYST" "Setup will exit and run 'so-setup analyst' " ON \ + "ANALYST" "Setup will run 'so-setup analyst' " ON \ "HELIXSENSOR" "Create a Helix sensor " OFF \ 3>&1 1>&2 2>&3 )