From 5c93506e9f27e0a3118654190c0d8ea00e8db32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=E1=B4=8D=E1=B4=9B=E1=B4=8F=E1=B4=80=E1=B4=87?= =?UTF-8?q?=CA=80?= Date: Sun, 23 Jun 2024 19:39:01 +0800 Subject: [PATCH] Fix a prompt typo (#13416) Release Notes: - N/A --- crates/file_finder/src/new_path_prompt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/file_finder/src/new_path_prompt.rs b/crates/file_finder/src/new_path_prompt.rs index 990072a2ac..5de1b7b648 100644 --- a/crates/file_finder/src/new_path_prompt.rs +++ b/crates/file_finder/src/new_path_prompt.rs @@ -337,7 +337,7 @@ impl PickerDelegate for NewPathDelegate { gpui::PromptLevel::Critical, &format!("{} already exists. Do you want to replace it?", m.relative_path()), Some( - "A file or folder with the same name already eixsts. Replacing it will overwrite its current contents.", + "A file or folder with the same name already exists. Replacing it will overwrite its current contents.", ), &["Replace", "Cancel"], );