Hey there,
Can you check my attached screenshot below. Are you referring placeholder message?
If yes, can you modify on this file -> JoomlaFolder\components\com_easydiscuss\classes\composer.php
// LINE 132
$html .= '<textarea class="dc_reply_content full-width" name="dc_reply_content" class="full-width">' . $this->content . '</textarea>';
// replace with
$html .= '<textarea class="dc_reply_content full-width" placeholder="Please insert your content here." name="dc_reply_content" class="full-width">' . $this->content . '</textarea>';