Skip to content

Commit bff2fb1

Browse files
kartikpersistentpraveshkumar1988
authored andcommitted
delete wording change
1 parent 5d1912f commit bff2fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/DeletePopUp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function DeletePopUp({
2020
<Dialog.Content>
2121
<h5 className='max-w-[90%]'>
2222
Are you sure you want to permanently delete {no_of_files} {no_of_files > 1 ? 'Files' : 'File'}{' '}
23-
{deleteEntities ? 'and associated entities' : ''}?
23+
{deleteEntities ? 'and associated entities' : ''} from the graph database ?
2424
</h5>
2525
<div className='mt-1'>
2626
<Checkbox

0 commit comments

Comments
 (0)