change words

This commit is contained in:
m0duspwnens
2022-04-14 16:09:39 -04:00
parent 36aef87a3c
commit b8a80f76cf

View File

@@ -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
)