changed the old message to the new one (#5475)

This commit is contained in:
Ketan Sharma
2024-08-30 19:58:39 +05:30
committed by GitHub
parent b9f78ba42b
commit 9d9a812f7b
2 changed files with 2 additions and 4 deletions

View File

@@ -426,8 +426,7 @@ const ProfileSettingsPage = observer(() => {
<Disclosure.Panel>
<div className="flex flex-col gap-8">
<span className="text-sm tracking-tight">
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.
</span>
<div>

View File

@@ -37,8 +37,7 @@ export const DeleteProjectSection: React.FC<IDeleteProjectSection> = (props) =>
<Disclosure.Panel>
<div className="flex flex-col gap-8 pt-4">
<span className="text-sm tracking-tight">
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.
</span>
<div>