From b0c37c5fc0c8362fa4a82576bcb214cee5c0d548 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 6 Mar 2025 23:29:30 +0100 Subject: [PATCH] Update --- scripts/menus/main_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/main_menu.sh b/scripts/menus/main_menu.sh index 3f038a4..f13784a 100644 --- a/scripts/menus/main_menu.sh +++ b/scripts/menus/main_menu.sh @@ -29,7 +29,7 @@ initialize_cache show_menu() { while true; do - OPTION=$(whiptail --title "$(translate "Main Menu")" --menu "$(translate "Select an option:")" 20 70 8 \ + OPTION=$(whiptail --title "$(translate "Main ProxMenux")" --menu "$(translate "Select an option:")" 20 70 8 \ "1" "$(translate "Settings post-install Proxmox")" \ "2" "$(translate "Hardware: GPUs and Coral-TPU")" \ "3" "$(translate "Hard Drives, Disk Images, and Storage")" \