diff --git a/src/applications/audit/view/PhabricatorAuditListView.php b/src/applications/audit/view/PhabricatorAuditListView.php index 1b4029cd9e..ac9dbf2322 100644 --- a/src/applications/audit/view/PhabricatorAuditListView.php +++ b/src/applications/audit/view/PhabricatorAuditListView.php @@ -152,7 +152,7 @@ final class PhabricatorAuditListView extends AphrontView { ->addAttribute($status_text) ->addAttribute($reasons) ->addIcon('none', $committed) - ->addByline(pht('Author: %s', $author_name)); + ->addByline($author_name); if (!empty($auditors)) { $item->addAttribute(pht('Auditors: %s', $auditors));