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