mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
Make tooltip lie less
This commit is contained in:
parent
1ed47663ef
commit
e9464815e0
1 changed files with 1 additions and 1 deletions
|
@ -1335,7 +1335,7 @@ impl View for ContactList {
|
|||
})
|
||||
.with_tooltip::<AddContact, _>(
|
||||
0,
|
||||
"Add contact".into(),
|
||||
"Search for new contact".into(),
|
||||
None,
|
||||
theme.tooltip.clone(),
|
||||
cx,
|
||||
|
|
Loading…
Reference in a new issue