diff --git a/crates/recent_projects/src/recent_projects.rs b/crates/recent_projects/src/recent_projects.rs index 76d42c2780..a9ceefee6d 100644 --- a/crates/recent_projects/src/recent_projects.rs +++ b/crates/recent_projects/src/recent_projects.rs @@ -183,7 +183,7 @@ impl PickerDelegate for RecentProjectsDelegate { ) }; Arc::from(format!( - "{reuse_window} reuses the window, {create_window} opens a new one", + "{reuse_window} reuses this window, {create_window} opens a new one", )) }