Replace `Screen Sharing` label with `Screen`

Antonio Scandurra and Nathan Sobo created

Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Change summary

crates/collab_ui/src/contact_list.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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