I've got BuddyPress (default theme) and WP Client File Share installed on my site, which gives me the option to have a widget (meta) in the sidebar. Out-of-box, the link to a client's upload page is set on the widget to read "Site Admin," and I would like to change that to read something else. Where can I find the file that generates this bit of code:
<div id="meta-3" class="widget widget_meta"><h3 class="widgettitle">Your Account</h3> <ul>
<li><a href="http://www.solardesignmediaconsultants.com/cts289/wp-admin/">Site Admin</a></li>
Any help is much appreciated.