Change tooltip to 'Edit Prediction' (#23139)

Release Notes:

- N/A
This commit is contained in:
Thorsten Ball 2025-01-14 18:25:10 +01:00 committed by GitHub
parent 1ddf754b8b
commit c33eb012cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -208,7 +208,7 @@ impl Render for InlineCompletionButton {
let this = cx.view().clone(); let this = cx.view().clone();
let button = IconButton::new("zeta", IconName::ZedPredict) 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 let is_refreshing = self
.inline_completion_provider .inline_completion_provider