Refine assistant config UI (#17871)

This PR does a little bit of a touch-up on the copywriting on the
assistant config UI. I had friends reporting to me that some of the
writing could be clearer, and hopefully, this goes into that direction!

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-09-16 07:12:07 -04:00 committed by GitHub
parent cdc3791544
commit 29a5def12c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 42 additions and 21 deletions

View file

@ -255,6 +255,7 @@ pub enum IconName {
Slash,
SlashSquare,
Sliders,
SlidersVertical,
Snip,
Space,
Sparkle,
@ -284,6 +285,7 @@ pub enum IconName {
XCircle,
ZedAssistant,
ZedAssistantFilled,
ZedXCopilot,
}
#[derive(IntoElement)]