From 76dd9b1b7775bbff8c95723b0876a612890fff66 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 3 Jun 2021 11:24:45 -0400 Subject: [PATCH] Adding a comment here placeholder. Fixes #301 --- src/shared/components/comment-form.tsx | 1 + src/shared/components/markdown-textarea.tsx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/shared/components/comment-form.tsx b/src/shared/components/comment-form.tsx index a2da933..15a6838 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")} /> ) : (