diff --git a/crates/collab_ui/src/contact_list.rs b/crates/collab_ui/src/contact_list.rs index 74cf2012fc..1947d14a16 100644 --- a/crates/collab_ui/src/contact_list.rs +++ b/crates/collab_ui/src/contact_list.rs @@ -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()