From da0dfc9c7e664ecdce5f308ad34d9c7838a7acde Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 6 Feb 2026 11:56:45 -0500 Subject: [PATCH] Update LXC App Updater JSON to reflect tag override option (#11626) --- frontend/public/json/update-apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/update-apps.json b/frontend/public/json/update-apps.json index 7e55772de..c92e5801c 100644 --- a/frontend/public/json/update-apps.json +++ b/frontend/public/json/update-apps.json @@ -41,7 +41,7 @@ "type": "info" }, { - "text": "Only containers with `community-script` or `proxmox-helper-scripts` tags are listed for update.", + "text": "By default, only containers with `community-script` or `proxmox-helper-scripts` tags are listed for update. You can override this by using `var_tags='custom-tag|othertag'`.", "type": "info" }, {