Change tooltip to 'Edit Prediction' (#23139)

Thorsten Ball created

Release Notes:

- N/A

Change summary

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

Detailed changes

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