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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user