mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 11:01:54 +00:00
parent
1ddf754b8b
commit
c33eb012cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue