Open the template : post_macros
Search for:
<xf:set var="$quoteLink">{{ link('threads/reply', $thread, {'quote': $post.post_id}) }}</xf:set>
Add down:
<xf:if is="!$post.isFirstPost()">
Search for:
data-quote-href="{{ link('posts/quote', $post) }}">{{ phrase('reply') }}</a>
Add down:
</xf:if>