updated word order in several scripts (#3921)

This commit is contained in:
Jordan Patton 2025-04-17 02:49:55 -04:00 committed by GitHub
parent 6cdda0924f
commit 85a5bf2a55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 16 additions and 16 deletions

View file

@ -413,7 +413,7 @@ elif [ $((${#STORAGE_MENU[@]} / 3)) -eq 1 ]; then
else
while [ -z "${STORAGE:+x}" ]; do
STORAGE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Storage Pools" --radiolist \
"Which storage pool you would like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
"Which storage pool would you like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
16 $(($MSG_MAX_LENGTH + 23)) 6 \
"${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3)
done