diff --git a/src/applications/xhprof/view/PhabricatorXHProfProfileSymbolView.php b/src/applications/xhprof/view/PhabricatorXHProfProfileSymbolView.php --- a/src/applications/xhprof/view/PhabricatorXHProfProfileSymbolView.php +++ b/src/applications/xhprof/view/PhabricatorXHProfProfileSymbolView.php @@ -116,7 +116,7 @@ )); $panel = new PHUIObjectBoxView(); - $panel->setHeader(pht('XHProf Profile')); + $panel->setHeaderText(pht('XHProf Profile')); $panel->appendChild($table); return $panel->render();