diff --git a/setup/so-whiptail b/setup/so-whiptail index 6db6e08f9..5c6129f76 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -936,14 +936,14 @@ whiptail_install_type_other() { # so only show it on network installs for now if [[ $setup_type == 'network' ]]; then install_type=$(whiptail --title "$whiptail_title" --radiolist \ - "Choose distributed node type:" 9 65 2 \ + "Choose node type:" 9 65 2 \ "ANALYST" "Setup will run 'so-setup analyst' " ON \ "HELIXSENSOR" "Create a Helix sensor " OFF \ 3>&1 1>&2 2>&3 ) else install_type=$(whiptail --title "$whiptail_title" --radiolist \ - "Choose distributed node type:" 8 65 1 \ + "Choose node type:" 8 65 1 \ "HELIXSENSOR" "Create a Helix sensor " ON \ 3>&1 1>&2 2>&3 )