You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/config/faqConfig.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,6 @@ export const FAQ_Items = [
37
37
{
38
38
title: "What does \"Updatable\" and \"Not updatable\" mean?",
39
39
content:
40
-
"Updatable means that script has a function that is used to update the installed application to the latest version availabale. 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.",
40
+
"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.",
0 commit comments