ui: Refresh copy for the update button (#48963)

Danilo Leal created

Release Notes:

- N/A

Change summary

crates/ui/src/components/collab/update_button.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/ui/src/components/collab/update_button.rs 🔗

@@ -86,7 +86,7 @@ impl UpdateButton {
     }
 
     pub fn updated(version: impl Into<SharedString>) -> Self {
-        Self::new(IconName::Download, "Click to restart and update Zed")
+        Self::new(IconName::Download, "Restart to Update")
             .tooltip(version)
             .with_dismiss()
     }