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