Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit322f1e4

Browse files
blink-so[bot]blink-so
and
blink-so
authored
fix: improve task prompt placeholder consistency (#18189)
Updates the placeholder text in the task prompt box to be consistentwith the "task" terminology used throughout the UI.**Changes:**- Changed placeholder from "Write an action for your AI agent toperform..." to "Prompt your AI agent to start a task..."- This aligns with the "Run task" button text and overall task-focusedlanguage**Testing:**- Verified the text change renders correctly in the UI- No functional changes, only text updateCo-authored-by: blink-so <blink-so@users.noreply.github.com>
1 parent45d46c8 commit322f1e4

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 foryour AI agent toperform..."
212+
placeholder="Promptyour AI agent tostart 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)

[8]ページ先頭

©2009-2025 Movatter.jp