diff --git a/scripts/storage/disk-passthrough_ct.sh b/scripts/storage/disk-passthrough_ct.sh index df9f81d..c44b37b 100644 --- a/scripts/storage/disk-passthrough_ct.sh +++ b/scripts/storage/disk-passthrough_ct.sh @@ -51,7 +51,7 @@ if [ -z "$CT_LIST" ]; then fi -CTID=$(whiptail --title "$(translate "Select CT")" --menu "$(translate "Select the CT to which you want to add disks:")" 15 60 8 $CT_LIST 3>&1 1>&2 2>&3) +CTID=$(whiptail --title "$(translate "Select CT for destination disk")" --menu "$(translate "Select the CT to which you want to add disks:")" 15 60 8 $CT_LIST 3>&1 1>&2 2>&3) if [ -z "$CTID" ]; then whiptail --title "$(translate "Error")" --msgbox "$(translate "No CT was selected.")" 8 40 diff --git a/scripts/utils.sh b/scripts/utils.sh index f2dcc86..e071f0c 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -68,7 +68,7 @@ BOLD="\033[1m" BFR="\\r\\033[K" HOLD="-" BOR=" | " -CM="${GN}✓${CL}" +CM="${GN}✓ ${CL}" TAB=" "