Skip to content

Commit 2967646

Browse files
authored
chore: Simplify collection deletion confirmation copy (#247)
1 parent 4669070 commit 2967646

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/Collections/DeleteDialog.jsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function DeleteDialog({ open, setOpen, collectionName, getCollect
4141
<DialogTitle id="Delete-collection-confirmation">
4242
Do you want to{' '}
4343
<Box component="span" display={'inline'} sx={{ color: 'error.main' }}>
44-
Delete {collectionName}
44+
delete {collectionName}
4545
</Box>
4646
?
4747
</DialogTitle>
@@ -50,9 +50,7 @@ export default function DeleteDialog({ open, setOpen, collectionName, getCollect
5050
<Box display={'inline'} component="span" sx={{ color: 'error.main' }}>
5151
Warning:
5252
</Box>{' '}
53-
Deleting this database can result in irreversible data loss. Please proceed with caution and ensure that you
54-
have a backup of all the necessary data before proceeding. It is recommended to seek professional guidance
55-
to avoid any accidental loss of critical data.
53+
Deleting a collection cannot be undone. Make sure you have backed up all important data before proceeding.
5654
</DialogContentText>
5755
</DialogContent>
5856
<DialogActions>

0 commit comments

Comments
 (0)