From f517de1e1e228c9ea20f0ba13efcbb539918b7f0 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sun, 7 Dec 2025 11:57:06 +0100 Subject: [PATCH] FAQ update --- frontend/src/config/faq-config.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/config/faq-config.tsx b/frontend/src/config/faq-config.tsx index 84d1f70726c..b32f55de8fa 100644 --- a/frontend/src/config/faq-config.tsx +++ b/frontend/src/config/faq-config.tsx @@ -34,9 +34,4 @@ export const FAQ_Items = [ content: "If an LXC script fails, run it again using Verbose mode. Standard mode hides detailed output for neatness, showing only progress. Verbose mode displays all messages, which helps you (and us) diagnose the error. Include this verbose output if you report the issue.", }, - { - title: "What does \"Updatable\" and \"Not updatable\" mean?", - content: - "Updatable means that script has a function that is used to update the installed application to the latest version available. Not updatable means that script doesn't have a function that can safely update the application to the latest version available, so only the LXC OS is updated.", - }, ];