Skip to content

Commit 1d58a33

Browse files
committed
Shorten placeholder text
1 parent 55d5a8a commit 1d58a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ export const Chat = ({
655655
value={inputValue}
656656
onChange={setInputValue}
657657
onSubmit={handleSubmit}
658-
placeholder="Type your coding task or '/' to see available commands"
658+
placeholder="Enter a coding task or / for commands"
659659
focused={inputFocused}
660660
maxHeight={5}
661661
width={inputWidth}

0 commit comments

Comments
 (0)