Hello,
I can't seem to see where to change the word "Profile" in the BuddyPress dashboard menu: https://i.imgur.com/c8puJ58.png
Would you be able to point me in the right direction? I am using Loco Translate.
Thanks!
@damiko,
For confirming, I have checked this text again on my setup and it is coming from the BuddyPress Plugin
refer: http://prntscr.com/lkj5mghttp://prntscr.com/lkj5u3
If only this text is not translating and the rest of your BuddyPress is showing translated texts. So I am sharing a custom code please use that
Go to wp-admin > WPLMS > Footer > Google Analytics code
within the script tag
<script>
$(document).ready(function() {
$('.my-profile #user-xprofile').html('myprofile');
});
</script>
Hi Diana, thanks for the reply. However, it did not seem to work.
Here is where a translated the term: https://i.imgur.com/2IXnngn.png
Here is where I paste your code: https://i.imgur.com/u8LYTYG.png
And here is the result (no change): https://i.imgur.com/RiUtcHx.png
Thanks