Fix a prompt typo (#13416)

Release Notes:

- N/A
This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ 2024-06-23 19:39:01 +08:00 committed by GitHub
parent 7df8b6fe10
commit 5c93506e9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"],
);