diff --git a/frontend/src/config/faqConfig.tsx b/frontend/src/config/faqConfig.tsx index edbd0beca..873435e83 100644 --- a/frontend/src/config/faqConfig.tsx +++ b/frontend/src/config/faqConfig.tsx @@ -34,4 +34,9 @@ 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.", + }, ];