From 76a61d626a0f43593b9ab2a2d8804d1cc56afb3f Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Thu, 12 Feb 2026 08:48:28 -0300 Subject: [PATCH] ui: Refresh copy for the update button (#48963) Release Notes: - N/A --- crates/ui/src/components/collab/update_button.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ui/src/components/collab/update_button.rs b/crates/ui/src/components/collab/update_button.rs index e65f40a167859d166c98dde3ea84ff3de2bb9959..10343be51ab0732ca47646536bd43e2d687ed3f5 100644 --- a/crates/ui/src/components/collab/update_button.rs +++ b/crates/ui/src/components/collab/update_button.rs @@ -86,7 +86,7 @@ impl UpdateButton { } pub fn updated(version: impl Into) -> Self { - Self::new(IconName::Download, "Click to restart and update Zed") + Self::new(IconName::Download, "Restart to Update") .tooltip(version) .with_dismiss() }