From c33eb012cf6cda9b8439d4ec95bce19a8e30aa38 Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Tue, 14 Jan 2025 18:25:10 +0100 Subject: [PATCH] Change tooltip to 'Edit Prediction' (#23139) Release Notes: - N/A --- crates/inline_completion_button/src/inline_completion_button.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/inline_completion_button/src/inline_completion_button.rs b/crates/inline_completion_button/src/inline_completion_button.rs index dc616833c4..b9472611a7 100644 --- a/crates/inline_completion_button/src/inline_completion_button.rs +++ b/crates/inline_completion_button/src/inline_completion_button.rs @@ -208,7 +208,7 @@ impl Render for InlineCompletionButton { let this = cx.view().clone(); let button = IconButton::new("zeta", IconName::ZedPredict) - .tooltip(|cx| Tooltip::text("Zed Predict", cx)); + .tooltip(|cx| Tooltip::text("Edit Prediction", cx)); let is_refreshing = self .inline_completion_provider