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.