From f01c474536fb0d1e7c0af65441ba5069630ac187 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:41:07 +0200 Subject: [PATCH] Actualizar storage_menu.sh --- scripts/menus/storage_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/storage_menu.sh b/scripts/menus/storage_menu.sh index 564160a..cfb7e75 100644 --- a/scripts/menus/storage_menu.sh +++ b/scripts/menus/storage_menu.sh @@ -28,7 +28,7 @@ initialize_cache while true; do OPTION=$(whiptail --title "$(translate "Disk and Storage Manager Menu")" --menu "$(translate "Select an option:")" 20 70 10 \ "1" "$(translate "Add Disk Passthrough to a VM")" \ - "2" "$(translate "Add Disk") Passthrough $(translate "to a CT")" \ + "2" "$(translate "Add Disk") Passthrough $(translate "to a LXC")" \ "3" "$(translate "Import Disk Image to a VM")" \ "4" "$(translate "Return to Main Menu")" 3>&1 1>&2 2>&3)