mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Replace Screen Sharing
label with Screen
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
50c4783333
commit
7e4d582d1e
1 changed files with 1 additions and 1 deletions
|
@ -869,7 +869,7 @@ impl ContactList {
|
|||
.boxed(),
|
||||
)
|
||||
.with_child(
|
||||
Label::new("Screen Sharing".into(), row.name.text.clone())
|
||||
Label::new("Screen".into(), row.name.text.clone())
|
||||
.aligned()
|
||||
.left()
|
||||
.contained()
|
||||
|
|
Loading…
Reference in a new issue