diff --git a/src/applications/audit/view/PhabricatorAuditListView.php b/src/applications/audit/view/PhabricatorAuditListView.php --- a/src/applications/audit/view/PhabricatorAuditListView.php +++ b/src/applications/audit/view/PhabricatorAuditListView.php @@ -152,10 +152,10 @@ ->addAttribute($status_text) ->addAttribute($reasons) ->addIcon('none', $committed) - ->addByline($author_name); + ->setSubHead(pht('Author: %s', $author_name)); if (!empty($auditors)) { - $item->addAttribute(pht('Auditors: %s', $auditors)); + $item->addByLine(pht('Auditors: %s', $auditors)); } $list->addItem($item);