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
+1 -1
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>(