Open this file:
skin/customer/main/welcome.tpl
Then just quote this:
Code:
{*{if $display_greet_visitor_name}
<h1>{$lng.lbl_welcome_back|substitute:"name":$display_greet_visitor_name} </h1>
{elseif $lng.lbl_site_title}
<h1>{$lng.lbl_welcome_to|substitute:"company":$lng.lbl_site_title}</h1>
{else}
<h1>{$lng.lbl_welcome_to|substitute:"company":$config.Company.company_name}</h1>
{/if}*}