diff --git a/crates/workspace/src/pane.rs b/crates/workspace/src/pane.rs index 24e48b53b08c7660d746e99ab4ddcaa6421a49f9..52018f53c80e22f0f2d15210408b7d62cfd91bf4 100644 --- a/crates/workspace/src/pane.rs +++ b/crates/workspace/src/pane.rs @@ -1586,7 +1586,7 @@ impl Pane { PromptLevel::Warning, DELETED_MESSAGE, None, - &["Overwrite", "Close", "Cancel"], + &["Save", "Close", "Cancel"], ) })?; match answer.await {