diff --git a/menu/additional_apps.sh b/menu/additional_apps.sh index 904bdc4f..f3c71a2e 100644 --- a/menu/additional_apps.sh +++ b/menu/additional_apps.sh @@ -45,17 +45,17 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \ case "$choice" in *"Documentserver"*) clear - print_text_in_color "$ICyan" "Downloading the Documentserver script..." + print_text_in_color "$ICyan" "Downloading the Documentserver Menu..." run_script MENU documentserver ;;& *"Bitwarden"*) clear - print_text_in_color "$ICyan" "Downloading the Bitwarden script..." + print_text_in_color "$ICyan" "Downloading the Bitwarden Menu..." run_script MENU bitwarden_menu ;;& *"Fail2ban "*) clear - print_text_in_color "$ICyan" "Downloading the Fail2ban script..." + print_text_in_color "$ICyan" "Downloading the Fail2ban Menu..." run_script MENU fail2ban_menu ;;& *"Adminer"*) @@ -114,7 +114,7 @@ case "$choice" in ;;& *"Talk"*) clear - print_text_in_color "$ICyan" "Downloading the Talk script..." + print_text_in_color "$ICyan" "Downloading the Talk Menu..." run_script MENU talk_menu ;;& *"Webmin"*) diff --git a/menu/main_menu.sh b/menu/main_menu.sh index 9f325a52..f06dec6e 100644 --- a/menu/main_menu.sh +++ b/menu/main_menu.sh @@ -35,19 +35,19 @@ $MENU_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \ case "$choice" in "Additional Apps") - print_text_in_color "$ICyan" "Downloading the Additional Apps script..." + print_text_in_color "$ICyan" "Downloading the Additional Apps Menu..." run_script MENU additional_apps ;; "Nextcloud Configuration") - print_text_in_color "$ICyan" "Downloading the Nextcloud Configuration script..." + print_text_in_color "$ICyan" "Downloading the Nextcloud Configuration Menu..." run_script MENU nextcloud_configuration ;; "Startup Configuration") - print_text_in_color "$ICyan" "Downloading the Startup Configuration script..." + print_text_in_color "$ICyan" "Downloading the Startup Configuration Menu..." run_script MENU startup_configuration ;; "Server Configuration") - print_text_in_color "$ICyan" "Downloading the Server Configuration script..." + print_text_in_color "$ICyan" "Downloading the Server Configuration Menu..." run_script MENU server_configuration ;; "Update Nextcloud")