diff --git a/src/shared/components/comment-form.tsx b/src/shared/components/comment-form.tsx index a2da9331..15a68386 100644 --- a/src/shared/components/comment-form.tsx +++ b/src/shared/components/comment-form.tsx @@ -82,6 +82,7 @@ export class CommentForm extends Component { disabled={this.props.disabled} onSubmit={this.handleCommentSubmit} onReplyCancel={this.handleReplyCancel} + placeholder={i18n.t("comment_here")} /> ) : (