Make tooltip title case to match other tooltips
This commit is contained in:
parent
f4a9d3f269
commit
a0701777d5
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue