agent: Tweak onboarding modal copy (#30057)

This PR tweaks the copy for the Agent's onboarding modal.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-06 22:02:13 -04:00 committed by GitHub
parent 5539d82ea6
commit 38975586d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,7 +143,7 @@ impl Render for AgentOnboardingModal {
.full_width()
.on_click(cx.listener(Self::view_blog));
let copy = "Zed natively supports agentic editing, enabling seamless collaboration between humans and AI.";
let copy = "Zed now natively supports agentic editing, enabling fluid collaboration between humans and AI.";
base.child(Label::new(copy).color(Color::Muted)).child(
v_flex()