thank you for your help, but it’s not working.
This is my code now:
$post_type[$key]->labels->name = ($post_type[$key]->labels->name=='portfolio')? 'products': $post_type[$key]->labels->name;
$search_results_ouput .= "<h6>".$post_type[$key]->labels->name."</h6>";