From 26b1da744c08bfe2a9bbb1d1a7bd47ff9bb74d62 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Wed, 3 Mar 2021 12:01:15 -0500 Subject: [PATCH] [wip] Reword proxy yesno prompt --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index cc08acf01..2f2ff2f78 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -1219,7 +1219,7 @@ whiptail_patch_schedule_select_hours() { whiptail_proxy_ask() { [ -n "$TESTING" ] && return - whiptail --title "Security Onion Setup" --yesno "Do you want to use a proxy server to complete setup?" 7 60 + whiptail --title "Security Onion Setup" --yesno "Do you want to set a proxy server for this installation?" 7 60 } whiptail_proxy_addr() {