Ok, I found that line before. That is a part of code:
$content = $content != ” ? $content : __( ‘Profile’, ‘login-logout-register-menu’ );
I’m wondering if you could help me with an advice what should I define instead of ‘Profile’. I would like to get “Welcome, (name of logged in user or username)” instead of “Profile”. I’m not familiar with php so every help would be more than welcome.
Thanks.