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

Commitb34b0ea

Browse files
author
Blink
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 parent2e7cd0f commitb34b0ea

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