agent: Tweak onboarding modal copy (#30057)

Marshall Bowers created

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

Release Notes:

- N/A

Change summary

crates/agent/src/ui/onboarding_modal.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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()