From 50105750311ac18e534c39a48662d734a78e47bc Mon Sep 17 00:00:00 2001 From: brianuribe6 Date: Mon, 25 Mar 2024 20:42:11 -0400 Subject: [PATCH] Use neutral language on delete confirmation warning --- .../src/components/Sidebar/DeleteConfirmationDialog.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/front-end/src/components/Sidebar/DeleteConfirmationDialog.tsx b/apps/front-end/src/components/Sidebar/DeleteConfirmationDialog.tsx index 8984404..770b18b 100644 --- a/apps/front-end/src/components/Sidebar/DeleteConfirmationDialog.tsx +++ b/apps/front-end/src/components/Sidebar/DeleteConfirmationDialog.tsx @@ -25,9 +25,7 @@ function DeleteConfirmationDialog({ {children} - - Are you sure you want to delete this document? - + Delete this document? The contents and its related notes will be permanently deleted. This action cannot be undone.