Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/src/components/UserSettings/DeleteAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const DeleteAccount: React.FC = () => {
Delete Account
</Heading>
<Text>
Are you sure you want to delete your account? This action cannot be
undone.
Permanently delete your data and everything associated with your
account.
</Text>
<Button
bg="ui.danger"
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/components/UserSettings/DeleteConfirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ const DeleteConfirmation: React.FC<DeleteProps> = ({ isOpen, onClose }) => {
<AlertDialogBody>
All your account data will be{' '}
<strong>permanently deleted.</strong> If you are sure, please
click <strong>'Confirm'</strong> to proceed.
click <strong>"Confirm"</strong> to proceed. This action cannot be
undone.
</AlertDialogBody>

<AlertDialogFooter gap={3}>
Expand Down