Change "Project search" to "Project Search"

This commit is contained in:
Piotr Osiewicz 2023-06-01 12:31:37 +02:00 committed by GitHub
parent e1a6dc9077
commit 01621972c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>(