diff --git a/crates/project_panel/src/project_panel.rs b/crates/project_panel/src/project_panel.rs index 2c289f6b3d..2bd15192af 100644 --- a/crates/project_panel/src/project_panel.rs +++ b/crates/project_panel/src/project_panel.rs @@ -907,7 +907,7 @@ impl ProjectPanel { let operation = if trash { "Trash" } else { "Delete" }; let answer = (!skip_prompt).then(|| { cx.prompt( - PromptLevel::Destructive, + PromptLevel::Info, &format!("{operation} {file_name:?}?",), None, &[operation, "Cancel"],