Skip to content

Commit 9b557ec

Browse files
committed
Update ReportTagModal.tsx
1 parent aba168d commit 9b557ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ReportTagModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ if (reportedFields.length === 0 && comment.trim().length === 0) {
367367
label="Comment (optional)"
368368
value={comment}
369369
onChange={setComment}
370-
placeholder="Describe the issue clearly (e.g., pages torn, print faded, missing items)"
370+
placeholder="Describe the issue clearly (e.g., pages torn, print faded, incorrect paper, missing sections)"
371371
/>
372372

373373
<LabeledInput

0 commit comments

Comments
 (0)