agent: Update pieces of copy in the settings view (#35621)
Some tiny updates to make the agent panel's copywriting sharper. Release Notes: - N/A
This commit is contained in:
parent
a9c44ac551
commit
be2f54b233
10 changed files with 11 additions and 10 deletions
|
@ -807,7 +807,7 @@ impl Render for ConfigurationView {
|
|||
v_flex()
|
||||
.size_full()
|
||||
.on_action(cx.listener(Self::save_api_key))
|
||||
.child(Label::new("To use Zed's assistant with Mistral, you need to add an API key. Follow these steps:"))
|
||||
.child(Label::new("To use Zed's agent with Mistral, you need to add an API key. Follow these steps:"))
|
||||
.child(
|
||||
List::new()
|
||||
.child(InstructionListItem::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue