Make tooltip title case to match other tooltips

This commit is contained in:
Joseph T. Lyons 2023-09-08 12:44:49 -04:00
parent f4a9d3f269
commit a0701777d5

View File

@ -771,7 +771,7 @@ impl CollabTitlebarItem {
})
.with_tooltip::<ToggleUserMenu>(
0,
"Toggle user menu".to_owned(),
"Toggle User Menu".to_owned(),
Some(Box::new(ToggleUserMenu)),
tooltip,
cx,