Skip to content

Commit

Permalink
Use neutral language on delete confirmation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianUribe6 committed Mar 26, 2024
1 parent 549afdc commit 5010575
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 5010575

Please sign in to comment.