diff --git a/setup/so-whiptail b/setup/so-whiptail index 97181e94a..a149a5632 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -617,7 +617,7 @@ whiptail_manager_adv() { [ -n "$TESTING" ] && return MANAGERADV=$(whiptail --title "Security Onion Setup" --radiolist \ - "Choose what type of manager install:" 20 75 4 \ + "Choose which type of manager to install:" 20 75 4 \ "BASIC" "Install manager with recommended settings" ON \ "ADVANCED" "Do additional configuration to the manager" OFF 3>&1 1>&2 2>&3 )