diff --git a/setup/so-whiptail b/setup/so-whiptail index 0df694f17..6beebf680 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -15,8 +15,8 @@ whiptail_airgap() { INTERWEBS=$(whiptail --title "$whiptail_title" --menu \ "How should this $node_str be installed?" 10 60 2 \ - "Standard " "This $node_str has internet accesss" \ - "Airgap " "This $node_str does not have internet access" 3>&1 1>&2 2>&3 ) + "Standard " "This $node_str has access to the Internet" \ + "Airgap " "This $node_str does not have access to the Internet" 3>&1 1>&2 2>&3 ) local exitstatus=$? whiptail_check_exitstatus $exitstatus