mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 04:36:24 +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()
|
.is_empty()
|
||||||
.not()
|
.not()
|
||||||
.then(|| query_text.into())
|
.then(|| query_text.into())
|
||||||
.or_else(|| Some("Project search".into()))
|
.or_else(|| Some("Project Search".into()))
|
||||||
}
|
}
|
||||||
|
|
||||||
fn act_as_type<'a>(
|
fn act_as_type<'a>(
|
||||||
|
|
Loading…
Reference in a new issue