Update onboading modal copy

This commit is contained in:
Marshall Bowers
2025-05-06 21:49:52 -04:00
parent f4c6b2f07a
commit 63f2aed9fe

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