diff --git a/crates/collab_ui/src/contact_list.rs b/crates/collab_ui/src/contact_list.rs index 74cf2012fc63862bad5affaf765b050cf53b939d..1947d14a1627009516c349751db2ff51e485f5d0 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()