In my customer.xml page I wish to change the label for the My Account link to the name of the customer. What would be the correct way to do this?
<customer_logged_in>
<reference name="account.links">
<action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>35</position></action>
<action method="addLink" translate="label title" module="customer"><label>Log Out</label><url helper="customer/getLogoutUrl"/><title>Log Out</title><prepare/><urlParams/><position>40</position></action>
</reference>
</customer_logged_in>