diff --git a/frontend/src/Components/ProjectMembers.tsx b/frontend/src/Components/ProjectMembers.tsx index cffd7f8..06825bc 100644 --- a/frontend/src/Components/ProjectMembers.tsx +++ b/frontend/src/Components/ProjectMembers.tsx @@ -53,7 +53,7 @@ function ProjectMembers(): JSX.Element { className="underline cursor-pointer font-bold" onClick={() => { confirm( - "Are you sure you want to delete this user?", + "Are you sure you want to delete this user? This action cannot be undone.", ) && void handleUserDeleteClick(projectMember.Username); }}