Update helpers-menu.sh

This commit is contained in:
MacRimi 2025-06-04 20:45:05 +02:00
parent 9e879d6582
commit 9f686b91a2

View File

@ -252,7 +252,7 @@ while true; do
"${MENU_ITEMS[@]}" 3>&1 1>&2 2>&3) || { "${MENU_ITEMS[@]}" 3>&1 1>&2 2>&3) || {
dialog --title "Proxmox VE Helper-Scripts" \ dialog --title "Proxmox VE Helper-Scripts" \
--msgbox "\n\n$(translate "Visit the website to discover more scripts, stay updated with the latest updates, and support the project:")\n\nhttps://community-scripts.github.io/ProxmoxVE" 15 70 --msgbox "\n\n$(translate "Visit the website to discover more scripts, stay updated with the latest updates, and support the project:")\n\nhttps://community-scripts.github.io/ProxmoxVE" 15 70
clear
break break
} }