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 && ( )} diff --git a/web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx b/web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx index 8173574a9..08ac35f04 100644 --- a/web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx +++ b/web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx @@ -30,9 +30,9 @@ const ModalConfirmReset = () => { content={

- It will reset the application to its original state, deleting all - your usage data, including model customizations and conversation - history. This action is irreversible. + Restore app to initial state, erasing all models and chat history. + This action is irreversible and recommended only if the application + is corrupted.

diff --git a/web/screens/Settings/Advanced/FactoryReset/index.tsx b/web/screens/Settings/Advanced/FactoryReset/index.tsx index f34c805d3..10e8cbc20 100644 --- a/web/screens/Settings/Advanced/FactoryReset/index.tsx +++ b/web/screens/Settings/Advanced/FactoryReset/index.tsx @@ -17,9 +17,9 @@ const FactoryReset = () => {

- Reset the application to its initial state, deleting all your usage - data, including conversation history. This action is irreversible and - recommended only if the application is in a corrupted state. + Restore app to initial state, erasing all models and chat history. + This action is irreversible and recommended only if the application is + corrupted.