XF 1.5 How do i change the name of "information" tab within user profile pages?

bakens

Member
I don't think it's an accurate description of what it is, often people don't know how to Personal message someone. So i am looking to change it to "Contact".
 
Go to member_view and find this line:
Code:
<li><a href="{$requestPaths.requestUri}#info">{xen:phrase information}</a></li>

Replace
Code:
{xen:phrase information}
with Contact.
 
Top Bottom