From: Dessalines Date: Thu, 3 Jun 2021 15:24:45 +0000 (-0400) Subject: Adding a comment here placeholder. Fixes #301 X-Git-Url: http://these/git/?a=commitdiff_plain;h=76dd9b1b7775bbff8c95723b0876a612890fff66;p=lemmy-ui.git Adding a comment here placeholder. Fixes #301 --- 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")} /> ) : (