From ce3fd894ae9e1798ae135383b9a7137a9bb36f7c Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:56:05 +0200 Subject: [PATCH] Update storage_menu.sh --- scripts/menus/storage_menu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/menus/storage_menu.sh b/scripts/menus/storage_menu.sh index 28a9176..35afe93 100644 --- a/scripts/menus/storage_menu.sh +++ b/scripts/menus/storage_menu.sh @@ -28,11 +28,11 @@ initialize_cache while true; do OPTION=$(dialog --clear --backtitle "ProxMenux" --title "$(translate "Disk and Storage Manager Menu")" \ --menu "\n$(translate "Select an option:")" 20 70 10 \ - "1" "$(translate "Add Disk Passthrough to a VM")" \ + "1" "$(translate "Add Disk") Passthrough $(translate "to a VM")" \ "2" "$(translate "Add Disk") Passthrough $(translate "to a LXC")" \ "3" "$(translate "Import Disk Image to a VM")" \ "4" "$(translate "Return to Main Menu")" \ - 2>&1 >/dev/tty) # Redirect dialog output to stderr, and then capture it + 2>&1 >/dev/tty) case $OPTION in 1)