Open templates/invite_friends.tpl

Find

Code:
<h2>Welcome to {$site_name}, {$user_name}!</h2>
Replace with

Code:
<h2>Welcome to {$site_name}, {$smarty.session.USERNAME}!</h2>