From 5bde64d732198da7f4ef117eec663b2cbd091ae4 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 9 Feb 2025 16:47:46 +0100 Subject: [PATCH] Update menu_Helper_Scripts.sh --- scripts/menus/menu_Helper_Scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/menu_Helper_Scripts.sh b/scripts/menus/menu_Helper_Scripts.sh index 94b0ae0..7e24805 100644 --- a/scripts/menus/menu_Helper_Scripts.sh +++ b/scripts/menus/menu_Helper_Scripts.sh @@ -106,7 +106,7 @@ show_menu() { whiptail --title "Proxmox VE Helper-Scripts" \ - --msgbox "$(translate "Visit the website for more scripts and updates:\n\nhttps://community-scripts.github.io/ProxmoxVE/")" 15 70 + --msgbox "$(translate "Visit the website to discover more scripts and stay up to date with the latest updates:\n\nhttps://community-scripts.github.io/ProxmoxVE")" 15 70 exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh")