No problem! I think it's included in the mod, I just remember it looked really messy on the default theme. It might be all fixed in the latest release or something, but if not, here is what we use:
Open up template: post_thanks_postbit_info
And just replace it all with this:
Code:
<vb:if condition="$post['userid']">
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dt>Liked</dt> <dd>{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dt>Liked</dt> <dd>{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dt>Liked</dt> <dd>{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
</vb:if>
</vb:if>
Let me know if I can provide any more info

These are definitely great modifications to include - increases user engagement a ton. You might also want to consider this one:
https://vborg.vbsupport.ru/showthread.php?t=267329
Which adds notifications for new replies in threads that the user has posted in or created. Also integrates perfectly with the instant AJAX mod.