From 38975586d47672f392b3364912ac07ac05ecf3f0 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 6 May 2025 22:02:13 -0400 Subject: [PATCH] agent: Tweak onboarding modal copy (#30057) This PR tweaks the copy for the Agent's onboarding modal. Release Notes: - N/A --- crates/agent/src/ui/onboarding_modal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/agent/src/ui/onboarding_modal.rs b/crates/agent/src/ui/onboarding_modal.rs index c9a014c3a23ca985db9244f653ae825027196007..3d3bec9bc472825169eed0e54dc89404dda52ff3 100644 --- a/crates/agent/src/ui/onboarding_modal.rs +++ b/crates/agent/src/ui/onboarding_modal.rs @@ -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()