From 08715e42045f589637a33272132b7ae41f025fb0 Mon Sep 17 00:00:00 2001 From: blink-so Date: Mon, 2 Jun 2025 17:13:45 +0000 Subject: [PATCH] Fix task prompt text consistency Update placeholder text from 'Write an action for your AI agent to perform...' to 'Prompt your AI agent to start a task...' to be consistent with the 'Run task' button and overall task terminology used throughout the UI. --- site/src/pages/TasksPage/TasksPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/pages/TasksPage/TasksPage.tsx b/site/src/pages/TasksPage/TasksPage.tsx index 31d5e284b22a6..75ee2737b458a 100644 --- a/site/src/pages/TasksPage/TasksPage.tsx +++ b/site/src/pages/TasksPage/TasksPage.tsx @@ -209,7 +209,7 @@ const TaskForm: FC = ({ templates }) => { required id="prompt" name="prompt" - placeholder="Write an action for your AI agent to perform..." + placeholder="Prompt your AI agent to start a task..." className={`border-0 resize-none w-full h-full bg-transparent rounded-lg outline-none flex min-h-[60px] text-sm shadow-sm text-content-primary placeholder:text-content-secondary md:text-sm`} />