autoFocus={true}
style={{ resize: 'vertical' }}
placeholder={placeholder}
+ aria-label={translate('issue.comment.enter_comment')}
onChange={(event: React.ChangeEvent<HTMLTextAreaElement>) =>
setEditComment(event.target.value)
}
issue.quick_fix_available_with_sonarlint=Quick fix available in {link}
issue.comment.add_comment=Add Comment
issue.comment.add_comment.cancel=Cancel adding comment
+issue.comment.enter_comment=Enter Comment
issue.comment.formlink=Comment
issue.comment.formlink.plural=comments
issue.comment.submit=Comment