From 8cbadef3dcefa5989e3039e32c668f6499bbbe41 Mon Sep 17 00:00:00 2001 From: Danilo Leal Date: Thu, 9 Apr 2026 20:39:06 -0300 Subject: [PATCH] Fix typo --- crates/agent_ui/src/thread_import.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/agent_ui/src/thread_import.rs b/crates/agent_ui/src/thread_import.rs index 4b0e265394bf24a3cd7810ad8a41a92e3b18468f..78de6fd34e2cab57377c640d27bd21c26f8a7339 100644 --- a/crates/agent_ui/src/thread_import.rs +++ b/crates/agent_ui/src/thread_import.rs @@ -342,7 +342,7 @@ impl Render for ThreadImportModal { Modal::new("import-threads", None) .header( ModalHeader::new() - .headline("Import External Agent Threadss") + .headline("Import External Agent Threads") .description( "Import threads from agents like Claude Agent, Codex, and more, whether started in Zed or another client. \ Choose which agents to include, and their threads will appear in your archive."