Skip to content

Commit 08715e4

Browse files
blink-soblink-so
blink-so
authored and
blink-so
committed
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.
1 parent 2a0a268 commit 08715e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/TasksPage/TasksPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const TaskForm: FC<TaskFormProps> = ({ templates }) => {
209209
required
210210
id="prompt"
211211
name="prompt"
212-
placeholder="Write an action for your AI agent to perform..."
212+
placeholder="Prompt your AI agent to start a task..."
213213
className={`border-0 resize-none w-full h-full bg-transparent rounded-lg outline-none flex min-h-[60px]
214214
text-sm shadow-sm text-content-primary placeholder:text-content-secondary md:text-sm`}
215215
/>

0 commit comments

Comments
 (0)