Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 322f1e4

Browse files
blink-so[bot]blink-so
andauthored
fix: improve task prompt placeholder consistency (coder#18189)
Updates the placeholder text in the task prompt box to be consistent with the "task" terminology used throughout the UI. **Changes:** - Changed placeholder from "Write an action for your AI agent to perform..." to "Prompt your AI agent to start a task..." - This aligns with the "Run task" button text and overall task-focused language **Testing:** - Verified the text change renders correctly in the UI - No functional changes, only text update Co-authored-by: blink-so <[email protected]>
1 parent 45d46c8 commit 322f1e4

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)