ai onboarding: Copyedit the whole flow (#34916)

Release Notes:

- N/A

Co-authored-by: Katie Geer <katie@zed.dev>
This commit is contained in:
Danilo Leal 2025-07-22 15:41:12 -03:00 committed by GitHub
parent 99466f4aeb
commit 4272c1508e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 28 deletions

View file

@ -93,7 +93,7 @@ impl Render for ApiKeysWithProviders {
div()
.w_full()
.child(
Label::new("Or start now using API keys from your environment for the following providers:")
Label::new("Start now using API keys from your environment for the following providers:")
.color(Color::Muted)
)
)
@ -129,7 +129,7 @@ impl RenderOnce for ApiKeysWithoutProviders {
.child(Divider::horizontal()),
)
.child(List::new().child(BulletItem::new(
"You can also use AI in Zed by bringing your own API keys",
"Add your own keys to use AI without signing in.",
)))
.child(
Button::new("configure-providers", "Configure Providers")