From 70557798ec19b038146b074114fb5fe572d3888d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sun, 7 Dec 2025 21:31:36 +0100 Subject: [PATCH] FAQ update (#9742) --- 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 84d1f70726..b32f55de8f 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.", - }, ];