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:
Danilo Leal 2025-08-04 21:36:43 -03:00 committed by GitHub
parent a9c44ac551
commit be2f54b233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 11 additions and 10 deletions

View file

@ -1251,7 +1251,7 @@ impl Render for ConfigurationView {
v_flex()
.size_full()
.on_action(cx.listener(ConfigurationView::save_credentials))
.child(Label::new("To use Zed's assistant with Bedrock, you can set a custom authentication strategy through the settings.json, or use static credentials."))
.child(Label::new("To use Zed's agent with Bedrock, you can set a custom authentication strategy through the settings.json, or use static credentials."))
.child(Label::new("But, to access models on AWS, you need to:").mt_1())
.child(
List::new()