Fix typo in "Quote Selection" tooltip (#3721)
This PR fixes a typo in the "Quote Selection" tooltip. Release Notes: - N/A
This commit is contained in:
parent
7bc9319871
commit
a9fe108dbb
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ impl AssistantPanel {
|
|||
}
|
||||
}))
|
||||
.icon_size(IconSize::Small)
|
||||
.tooltip(|cx| Tooltip::for_action("Quote Seleciton", &QuoteSelection, cx))
|
||||
.tooltip(|cx| Tooltip::for_action("Quote Selection", &QuoteSelection, cx))
|
||||
}
|
||||
|
||||
fn render_plus_button(cx: &mut ViewContext<Self>) -> impl IntoElement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue