From ba8a7a0a13af8434bcd68f948a436809be8d8df7 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Mar 2025 17:59:45 +0100 Subject: [PATCH] Update create_vm_menu.sh --- scripts/menus/create_vm_menu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/menus/create_vm_menu.sh b/scripts/menus/create_vm_menu.sh index de07ea4..f969688 100644 --- a/scripts/menus/create_vm_menu.sh +++ b/scripts/menus/create_vm_menu.sh @@ -27,8 +27,8 @@ initialize_cache show_proxmenux_logo while true; do - OPTION=$(whiptail --title "$(translate "Create VM Menu")" --menu "$(translate "Select a VM template to create:")" 18 70 5 \ - "1" "$(translate "Synology DSM Virtual Machine")" \ + OPTION=$(whiptail --title "$(translate "Create VM Menu")" --menu "$(translate "Select a VM to create:")" 18 70 5 \ + "1" "$(translate "Synology DSM VM")" \ "2" "$(translate "Return to Main Menu")" 3>&1 1>&2 2>&3) case $OPTION in