Update Project search to Project Search. (#8943)

Release notes:

- N/A
This commit is contained in:
Jason Lee 2024-03-06 22:23:55 +08:00 committed by GitHub
parent 6036830049
commit 567fee4219
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -493,7 +493,7 @@ impl Item for ProjectSearchView {
}); });
let tab_name = last_query let tab_name = last_query
.filter(|query| !query.is_empty()) .filter(|query| !query.is_empty())
.unwrap_or_else(|| "Project search".into()); .unwrap_or_else(|| "Project Search".into());
h_flex() h_flex()
.gap_2() .gap_2()
.child(Icon::new(IconName::MagnifyingGlass).color(if selected { .child(Icon::new(IconName::MagnifyingGlass).color(if selected {