From a5d75b921ddb777652c86925d6a0ce6861897dc0 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sat, 7 Jan 2023 12:50:32 -0500
Subject: [PATCH] Update homeassistant-core-v5.sh

---
 ct/homeassistant-core-v5.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ct/homeassistant-core-v5.sh b/ct/homeassistant-core-v5.sh
index 51c2da41c..ce077d533 100644
--- a/ct/homeassistant-core-v5.sh
+++ b/ct/homeassistant-core-v5.sh
@@ -90,7 +90,7 @@ if ! command -v pveversion >/dev/null 2>&1; then
     msg_error "No Home Assistant Core Installation Found!";
     exit 
   fi
-  if (whiptail --title "${APP} LXC SUPPORT" --yesno "Initialize, Update Core, Install HACS or FileBrowser. Proceed?" 10 58); then
+  if (whiptail --title "${APP} LXC SUPPORT" --yesno "This provides Support for ${APP} LXC" 10 58); then
     echo "User selected Support"
   else
     clear