Skip to content

Commit

Permalink
Merge pull request #80 from jot-it/update-delete-confirmation
Browse files Browse the repository at this point in the history
Use neutral language on delete confirmation warning
  • Loading branch information
BrianUribe6 authored Mar 26, 2024
2 parents 778b32c + 5010575 commit 5a48d32
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ function DeleteConfirmationDialog({
<AlertDialogTrigger asChild>{children}</AlertDialogTrigger>
<AlertDialogContent>
<AlertDialogHeader>
<AlertDialogTitle>
Are you sure you want to delete this document?
</AlertDialogTitle>
<AlertDialogTitle>Delete this document?</AlertDialogTitle>
<AlertDialogDescription>
The contents and its related notes will be permanently deleted. This
action cannot be undone.
Expand Down

0 comments on commit 5a48d32

Please sign in to comment.