Replace Screen Sharing label with Screen

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-10-24 16:50:56 +02:00
parent 50c4783333
commit 7e4d582d1e

View file

@ -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()