diff --git a/web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx b/web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx index 8173574a9..268192627 100644 --- a/web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx +++ b/web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx @@ -30,9 +30,8 @@ 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 e79bfe54c..fb789e5b3 100644 --- a/web/screens/Settings/Advanced/FactoryReset/index.tsx +++ b/web/screens/Settings/Advanced/FactoryReset/index.tsx @@ -17,8 +17,8 @@ const FactoryReset = () => {

- 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. + Restore app to initial state, erasing all models and chat history. This + action is irreversible and recommended only if the application is corrupted.