diff --git a/web/containers/Layout/BottomPanel/SystemMonitor/TableActiveModel/index.tsx b/web/containers/Layout/BottomPanel/SystemMonitor/TableActiveModel/index.tsx
index c9d86e5e8..e68f843a9 100644
--- a/web/containers/Layout/BottomPanel/SystemMonitor/TableActiveModel/index.tsx
+++ b/web/containers/Layout/BottomPanel/SystemMonitor/TableActiveModel/index.tsx
@@ -79,7 +79,7 @@ const TableActiveModel = () => {
) : (
- No on-device model running
+ No models are loaded into memory
)}
diff --git a/web/screens/LocalServer/LocalServerLeftPanel/index.tsx b/web/screens/LocalServer/LocalServerLeftPanel/index.tsx
index f66945929..16aa75af5 100644
--- a/web/screens/LocalServer/LocalServerLeftPanel/index.tsx
+++ b/web/screens/LocalServer/LocalServerLeftPanel/index.tsx
@@ -130,7 +130,7 @@ const LocalServerLeftPanel = () => {
{serverEnabled && (
- API Reference
+ API Playground
)}
diff --git a/web/screens/Settings/Advanced/FactoryReset/index.tsx b/web/screens/Settings/Advanced/FactoryReset/index.tsx
index 3bbce39ef..181b0bd4b 100644
--- a/web/screens/Settings/Advanced/FactoryReset/index.tsx
+++ b/web/screens/Settings/Advanced/FactoryReset/index.tsx
@@ -17,8 +17,7 @@ const FactoryReset = () => {
- Reset the application to its initial state, deleting all your usage
- data, including conversation history. This action is irreversible and
+ Restore app to initial state, erasing all models and chat history. This action is irreversible and
recommended only if the application is in a corrupted state.