diff --git a/main/social/profile.php b/main/social/profile.php index 9e1b73d239..bce2531c67 100644 --- a/main/social/profile.php +++ b/main/social/profile.php @@ -438,7 +438,7 @@ echo '
'; if ($user_id == api_get_user_id()) echo get_lang('ViewMySharedProfile'); else - echo $user_info['firstname'].' '.$user_info['lastname'].' '.get_lang('Profile'); + echo get_lang('ViewSharedProfile').' - '.ucfirst($user_info['firstname']).' '.$user_info['lastname']; echo '
';