diff --git a/lemmy-translations b/lemmy-translations index f71b91b8..8a91766f 160000 --- a/lemmy-translations +++ b/lemmy-translations @@ -1 +1 @@ -Subproject commit f71b91b83cd622909a499927a9d99a6e7999b3e2 +Subproject commit 8a91766fcf499712dafb702aea7da29a54e12afb 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")} /> ) : (