Rephrase screen that warns about more RAM requirements

This commit is contained in:
Jason Ertel
2021-09-09 14:16:05 -04:00
parent 3c59579f99
commit 63f67b3500

View File

@@ -114,7 +114,7 @@ whiptail_components_adv_warning() {
[ -n "$TESTING" ] && return
whiptail --title "$whiptail_title" --msgbox "Please keep in mind the more services that you enable the more RAM that is required." 8 75
whiptail --title "$whiptail_title" --msgbox "The next screen will provide the ability to choose optional services to be enabled for this installation. Be aware that the more services you enable the more RAM that is required." 8 75
}
whiptail_create_admin_user() {