change wording

This commit is contained in:
m0duspwnens
2020-07-09 13:52:31 -04:00
parent 823ee42120
commit aea3099df6

View File

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