mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
Change "Project search" to "Project Search"
This commit is contained in:
parent
e1a6dc9077
commit
01621972c5
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ impl Item for ProjectSearchView {
|
|||
.is_empty()
|
||||
.not()
|
||||
.then(|| query_text.into())
|
||||
.or_else(|| Some("Project search".into()))
|
||||
.or_else(|| Some("Project Search".into()))
|
||||
}
|
||||
|
||||
fn act_as_type<'a>(
|
||||
|
|
Loading…
Reference in a new issue