From 7e4d582d1efc4c970683f1a85ad600848c2000bf Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Mon, 24 Oct 2022 16:50:56 +0200 Subject: [PATCH] Replace `Screen Sharing` label with `Screen` Co-Authored-By: Nathan Sobo --- crates/collab_ui/src/contact_list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()