From 062af9bcda43256b6cc14d6c5dd0cbd927a43c7b Mon Sep 17 00:00:00 2001 From: 0xSage Date: Wed, 18 Sep 2024 17:42:35 +0800 Subject: [PATCH] nits --- .../Settings/Advanced/FactoryReset/ModalConfirmReset.tsx | 5 ++--- web/screens/Settings/Advanced/FactoryReset/index.tsx | 4 ++-- web/screens/Settings/CancelModelImportModal/index.tsx | 3 +-- 3 files changed, 5 insertions(+), 7 deletions(-) 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.