From c01486b00992aaef9299e006f25a0eeab539f4d1 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 8 Dec 2022 10:32:03 -0500 Subject: [PATCH] update wording in so-whiptail --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index d7f3bd535..0df694f17 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -172,7 +172,7 @@ whiptail_create_web_user() { [ -n "$TESTING" ] && return WEBUSER=$(whiptail --title "$whiptail_title" --inputbox \ - "Please enter an email address to create an administrator account for the web interface.\n\nThis will also be used for Elasticsearch, Kibana, and Fleet." 12 60 "$1" 3>&1 1>&2 2>&3) + "Please enter an email address to create an administrator account for the Security Onion Console (SOC) web interface.\n\nThis will also be used for Elasticsearch and Kibana." 12 60 "$1" 3>&1 1>&2 2>&3) local exitstatus=$? whiptail_check_exitstatus $exitstatus