Small textual change (#2192)

This commit is contained in:
Gerard 2023-12-14 23:23:35 +01:00 committed by GitHub
parent 589d7d6377
commit 9873829c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ EOF
}
header_info
echo "Loading..."
whiptail --backtitle "Proxmox VE Helper Scripts" --title "Add HW Acceleration" --yesno "This Will Add HW Acceleration to an exixting LXC Container. Proceed?" 10 68 || exit
whiptail --backtitle "Proxmox VE Helper Scripts" --title "Add HW Acceleration" --yesno "This Will Add HW Acceleration to an existing LXC Container. Proceed?" 10 68 || exit
NODE=$(hostname)
PREV_MENU=()
MSG_MAX_LENGTH=0