ai onboarding: Copyedit the whole flow (#34916)
Release Notes: - N/A Co-authored-by: Katie Geer <katie@zed.dev>
This commit is contained in:
parent
99466f4aeb
commit
4272c1508e
3 changed files with 19 additions and 28 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue