Skip to content

Commit e355115

Browse files
committed
Update modal placeholder for feedback
1 parent 51fbda9 commit e355115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Chat/components/FeedbackModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function FeedbackModal({ messages, setOpenFeedback }: Props) {
2222
>
2323
<textarea
2424
className="resize-none h-[80%] w-full px-3 py-2 border-1 border-[#ddd] rounded-md box-border transition-colors duration-300 focus:outline-0 focus:border-[#4a90e2] focus:shadow-[0_0_0_2px_rgba(74,144,226,0.2)]"
25-
placeholder="Please enter your feedback with regards to the chatbot here..."
25+
placeholder="Please enter your feedback with regards to the chatbot here. A copy of your chat transcript will automatically be included with your response."
2626
onChange={(event) => setFeedback(event.target.value)}
2727
/>
2828
<div className="flex gap-4">

0 commit comments

Comments
 (0)