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 )