From 9d9a812f7bdbfda3b14673b3ac6c6399af4e032b Mon Sep 17 00:00:00 2001 From: Ketan Sharma Date: Fri, 30 Aug 2024 19:58:39 +0530 Subject: [PATCH] changed the old message to the new one (#5475) --- web/app/profile/page.tsx | 3 +-- .../components/project/settings/delete-project-section.tsx | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/web/app/profile/page.tsx b/web/app/profile/page.tsx index c9929db1e4..89a67ff7a6 100644 --- a/web/app/profile/page.tsx +++ b/web/app/profile/page.tsx @@ -426,8 +426,7 @@ const ProfileSettingsPage = observer(() => {
- The danger zone of the profile page is a critical area that requires careful consideration and - attention. When deactivating an account, all of the data and resources within that account will be + When deactivating an account, all of the data and resources within that account will be permanently removed and cannot be recovered.
diff --git a/web/core/components/project/settings/delete-project-section.tsx b/web/core/components/project/settings/delete-project-section.tsx index b672388d5b..1dbeb18dc6 100644 --- a/web/core/components/project/settings/delete-project-section.tsx +++ b/web/core/components/project/settings/delete-project-section.tsx @@ -37,8 +37,7 @@ export const DeleteProjectSection: React.FC = (props) =>
- The danger zone of the project delete page is a critical area that requires careful consideration and - attention. When deleting a project, all of the data and resources within that project will be + When deleting a project, all of the data and resources within that project will be permanently removed and cannot be recovered.